Html Css Color HEX #1AE4CC Bright Turquoise

📋 copy color: '#1AE4CC'

red 26 ◦ green 228 ◦ blue 204

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

Shades of Bright Turquoise #1AE4CC

Tints of Bright Turquoise #1AE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.78%

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

R = 5.68%
G = 49.78%
B = 44.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#1AE4CC (or 0x1AE4CC) is known color: Bright Turquoise. HEX triplet: 1A, E4 and CC. RGB value is (26,228,204). Sum of RGB (Red+Green+Blue) = 26+228+204=458 (60% of max value = 765). Red value is 26 (10.55% from 255 or 5.68% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #1AE4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AE4CC is #E51B33. Grayscale: #A4A4A4. Windows color (decimal): -15014708 or 13427738. OLE color: 13427738.

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

Color convert

RGB 26 228 204 -
CMYK 0.89 0 0.11 0.11
HSL 172.87º 0.8% 0.5% -
HSV(B) 172.87º 0.89% 0.89% -
XYZ 39.07 60.07 66.66 -
YUV 164.87 150.08 28.95 -
System Red Green Blue C M Y K H S L
Decimal 26 228 204 0.89 0 0.11 0.11 172.87 0.8 0.5
Hex 1A E4 CC 59 0 B B AD 50 32
Octal 32 344 314 131 0 13 13 255 120 62
Binary 11010 11100100 11001100 1011001 0 1011 1011 10101101 1010000 110010

Color Harmonies of #1AE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE4CC

Black with #1AE4CC

Text Example


Text Example

White with #1AE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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