Html Css Color HEX #1AECBB Bright Turquoise

📋 copy color: '#1AECBB'

red 26 ◦ green 236 ◦ blue 187

#1AECBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1AECBB

Tints of Bright Turquoise #1AECBB

RGB

 RED value IS 26 (10.55% from 255) = 5.79%

 GREEN value IS 236 (92.58% from 255) = 52.56%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 5.79%
G = 52.56%
B = 41.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1AECBB (or 0x1AECBB) is known color: Bright Turquoise. HEX triplet: 1A, EC and BB. RGB value is (26,236,187). Sum of RGB (Red+Green+Blue) = 26+236+187=449 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.79% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #1AECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AECBB is #E51344. Grayscale: #A7A7A7. Windows color (decimal): -15012677 or 12315674. OLE color: 12315674.

HSL color Cylindrical-coordinate representation of color #1AECBB: hue angle of 166º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AECBB is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 26 236 187 -
CMYK 0.89 0 0.21 0.07
HSL 166º 0.85% 0.51% -
HSV(B) 166º 0.89% 0.93% -
XYZ 39.39 63.8 57.25 -
YUV 167.62 138.93 26.98 -
System Red Green Blue C M Y K H S L
Decimal 26 236 187 0.89 0 0.21 0.07 166 0.85 0.51
Hex 1A EC BB 59 0 15 7 A6 55 33
Octal 32 354 273 131 0 25 7 246 125 63
Binary 11010 11101100 10111011 1011001 0 10101 111 10100110 1010101 110011

Color Harmonies of #1AECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AECBB

Black with #1AECBB

Text Example


Text Example

White with #1AECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AECBB; }

 p { color: rgb(26,236,187); }

 H1.HeaderClassName
 {
   color: #1AECBB;
 }
 .AnyTagClassName
 {
   color: #1AECBB;
 }
</style>

background-color css

<style>
 a { background-color: #1AECBB; }

 a { background-color: rgb(26,236,187); }

 div.DivClassName
 {
   background-color: #1AECBB;
 }
 .BgClassName
 {
   background-color: #1AECBB;
 }
</style>

border-color css

<style>
 span { border-color: #1AECBB; }

 span { border-color: rgb(26,236,187); }

 td.TdClassName
 {
   border-color: #1AECBB;
 }
 .TagClassName
 {
   border-color: #1AECBB;
 }
</style>