Html Css Color HEX #1AEECC Bright Turquoise

📋 copy color: '#1AEECC'

red 26 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #1AEECC

Tints of Bright Turquoise #1AEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.85%

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

R = 5.56%
G = 50.85%
B = 43.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#1AEECC (or 0x1AEECC) is known color: Bright Turquoise. HEX triplet: 1A, EE and CC. RGB value is (26,238,204). Sum of RGB (Red+Green+Blue) = 26+238+204=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEECC is #E51133. Grayscale: #AAAAAA. Windows color (decimal): -15012148 or 13430298. OLE color: 13430298.

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

Color convert

RGB 26 238 204 -
CMYK 0.89 0 0.14 0.07
HSL 170.38º 0.86% 0.52% -
HSV(B) 170.38º 0.89% 0.93% -
XYZ 41.9 65.73 67.61 -
YUV 170.74 146.76 24.76 -
System Red Green Blue C M Y K H S L
Decimal 26 238 204 0.89 0 0.14 0.07 170.38 0.86 0.52
Hex 1A EE CC 59 0 E 7 AA 56 34
Octal 32 356 314 131 0 16 7 252 126 64
Binary 11010 11101110 11001100 1011001 0 1110 111 10101010 1010110 110100

Color Harmonies of #1AEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEECC

Black with #1AEECC

Text Example


Text Example

White with #1AEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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