Html Css Color HEX #1AEACC Bright Turquoise

📋 copy color: '#1AEACC'

red 26 ◦ green 234 ◦ blue 204

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

Shades of Bright Turquoise #1AEACC

Tints of Bright Turquoise #1AEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.43%

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

R = 5.6%
G = 50.43%
B = 43.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#1AEACC (or 0x1AEACC) is known color: Bright Turquoise. HEX triplet: 1A, EA and CC. RGB value is (26,234,204). Sum of RGB (Red+Green+Blue) = 26+234+204=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #1AEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AEACC is #E51533. Grayscale: #A8A8A8. Windows color (decimal): -15013172 or 13429274. OLE color: 13429274.

HSL color Cylindrical-coordinate representation of color #1AEACC: hue angle of 171.35º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AEACC is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 26 234 204 -
CMYK 0.89 0 0.13 0.08
HSL 171.35º 0.83% 0.51% -
HSV(B) 171.35º 0.89% 0.92% -
XYZ 40.75 63.42 67.22 -
YUV 168.39 148.09 26.44 -
System Red Green Blue C M Y K H S L
Decimal 26 234 204 0.89 0 0.13 0.08 171.35 0.83 0.51
Hex 1A EA CC 59 0 D 8 AB 53 33
Octal 32 352 314 131 0 15 10 253 123 63
Binary 11010 11101010 11001100 1011001 0 1101 1000 10101011 1010011 110011

Color Harmonies of #1AEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AEACC

Black with #1AEACC

Text Example


Text Example

White with #1AEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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