Html Css Color HEX #1AE5CE Bright Turquoise

📋 copy color: '#1AE5CE'

red 26 ◦ green 229 ◦ blue 206

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

Shades of Bright Turquoise #1AE5CE

Tints of Bright Turquoise #1AE5CE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

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

R = 5.64%
G = 49.67%
B = 44.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#1AE5CE (or 0x1AE5CE) is known color: Bright Turquoise. HEX triplet: 1A, E5 and CE. RGB value is (26,229,206). Sum of RGB (Red+Green+Blue) = 26+229+206=461 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.64% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #1AE5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE5CE is #E51A31. Grayscale: #A5A5A5. Windows color (decimal): -15014450 or 13559066. OLE color: 13559066.

HSL color Cylindrical-coordinate representation of color #1AE5CE: hue angle of 173.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE5CE is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 229 206 -
CMYK 0.89 0 0.10 0.10
HSL 173.2º 0.8% 0.5% -
HSV(B) 173.2º 0.89% 0.9% -
XYZ 39.59 60.71 68.03 -
YUV 165.68 150.75 28.37 -
System Red Green Blue C M Y K H S L
Decimal 26 229 206 0.89 0 0.10 0.10 173.2 0.8 0.5
Hex 1A E5 CE 59 0 A A AD 50 32
Octal 32 345 316 131 0 12 12 255 120 62
Binary 11010 11100101 11001110 1011001 0 1010 1010 10101101 1010000 110010

Color Harmonies of #1AE5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE5CE

Black with #1AE5CE

Text Example


Text Example

White with #1AE5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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