#1AE8D4

Color #1AE8D4 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #1AE8D4

Tints of Bright Turquoise #1AE8D4

Color information

#1AE8D4 (or 0x1AE8D4) is unknown color: approx Bright Turquoise. HEX triplet: 1A, E8 and D4. RGB value is (26,232,212). Sum of RGB (Red+Green+Blue) = 26+232+212=470 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.53% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #1AE8D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE8D4 is #E5172B. Grayscale: #A8A8A8. Windows color (decimal): -15013676 or 13953050. OLE color: 13953050.

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

Color convert

RGB26232212-
CMYK0.8900.090.09
HSL174.17º81.75%50.59%-
HSV(B)174.17º88.79%90.98%-
XYZ41.1762.6972.22-
YUV168.13152.7526.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.53%
GREEN value IS 232 (91.02% from 255) = 49.36%
BLUE value IS 212 (83.20% from 255) = 45.11%
R=5.53%
G=49.36%
B=45.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal262322120.8900.090.09174.1781.7550.59
Hex1AE8D459099ae5233
Octal323503241310111125612263
Binary1101011101000110101001011001010011001101011101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,232,212); }

 H1.HeaderClassName
 {
   color: #1AE8D4;
 }
 .AnyTagClassName
 {
   color: #1AE8D4;
 }
</style>
background-color css

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

 a { background-color: rgb(26,232,212); }

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

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

 span { border-color: rgb(26,232,212); }

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