Html Css Color HEX #1AE9CE Bright Turquoise

📋 copy color: '#1AE9CE'

red 26 ◦ green 233 ◦ blue 206

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

Shades of Bright Turquoise #1AE9CE

Tints of Bright Turquoise #1AE9CE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.11%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 5.59%
G = 50.11%
B = 44.3%

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

#1AE9CE (or 0x1AE9CE) is known color: Bright Turquoise. HEX triplet: 1A, E9 and CE. RGB value is (26,233,206). Sum of RGB (Red+Green+Blue) = 26+233+206=465 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.59% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE9CE is #E51631. Grayscale: #A7A7A7. Windows color (decimal): -15013426 or 13560090. OLE color: 13560090.

HSL color Cylindrical-coordinate representation of color #1AE9CE: hue angle of 172.17º 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 #1AE9CE is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 233 206 -
CMYK 0.89 0 0.12 0.09
HSL 172.17º 0.82% 0.51% -
HSV(B) 172.17º 0.89% 0.91% -
XYZ 40.71 62.95 68.4 -
YUV 168.03 149.42 26.7 -
System Red Green Blue C M Y K H S L
Decimal 26 233 206 0.89 0 0.12 0.09 172.17 0.82 0.51
Hex 1A E9 CE 59 0 C 9 AC 52 33
Octal 32 351 316 131 0 14 11 254 122 63
Binary 11010 11101001 11001110 1011001 0 1100 1001 10101100 1010010 110011

Color Harmonies of #1AE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE9CE

Black with #1AE9CE

Text Example


Text Example

White with #1AE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,233,206); }

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

background-color css

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

 a { background-color: rgb(26,233,206); }

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

border-color css

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

 span { border-color: rgb(26,233,206); }

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