Html Css Color HEX #1AE8CC Bright Turquoise

📋 copy color: '#1AE8CC'

red 26 ◦ green 232 ◦ blue 204

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

Shades of Bright Turquoise #1AE8CC

Tints of Bright Turquoise #1AE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.22%

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 5.63%
G = 50.22%
B = 44.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#1AE8CC (or 0x1AE8CC) is known color: Bright Turquoise. HEX triplet: 1A, E8 and CC. RGB value is (26,232,204). Sum of RGB (Red+Green+Blue) = 26+232+204=462 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.63% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #1AE8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE8CC is #E51733. Grayscale: #A7A7A7. Windows color (decimal): -15013684 or 13428762. OLE color: 13428762.

HSL color Cylindrical-coordinate representation of color #1AE8CC: hue angle of 171.84º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE8CC is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 232 204 -
CMYK 0.89 0 0.12 0.09
HSL 171.84º 0.82% 0.51% -
HSV(B) 171.84º 0.89% 0.91% -
XYZ 40.18 62.29 67.03 -
YUV 167.21 148.75 27.28 -
System Red Green Blue C M Y K H S L
Decimal 26 232 204 0.89 0 0.12 0.09 171.84 0.82 0.51
Hex 1A E8 CC 59 0 C 9 AC 52 33
Octal 32 350 314 131 0 14 11 254 122 63
Binary 11010 11101000 11001100 1011001 0 1100 1001 10101100 1010010 110011

Color Harmonies of #1AE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE8CC

Black with #1AE8CC

Text Example


Text Example

White with #1AE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,232,204); }

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

background-color css

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

 a { background-color: rgb(26,232,204); }

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

border-color css

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

 span { border-color: rgb(26,232,204); }

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