#1AE7D2

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

Shades of Bright Turquoise #1AE7D2

Tints of Bright Turquoise #1AE7D2

Color information

#1AE7D2 (or 0x1AE7D2) is unknown color: approx Bright Turquoise. HEX triplet: 1A, E7 and D2. RGB value is (26,231,210). Sum of RGB (Red+Green+Blue) = 26+231+210=467 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.57% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #1AE7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1AE7D2 is #E5182D. Grayscale: #A7A7A7. Windows color (decimal): -15013934 or 13821722. OLE color: 13821722.

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

Color convert

RGB26231210-
CMYK0.8900.090.09
HSL173.85º81.03%50.39%-
HSV(B)173.85º88.74%90.59%-
XYZ40.6362.0270.8-
YUV167.31152.0827.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 5.57%
GREEN value IS 231 (90.62% from 255) = 49.46%
BLUE value IS 210 (82.42% from 255) = 44.97%
R=5.57%
G=49.46%
B=44.97%

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
Decimal262312100.8900.090.09173.8581.0350.39
Hex1AE7D259099ae5132
Octal323473221310111125612162
Binary1101011100111110100101011001010011001101011101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,231,210); }

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

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

 a { background-color: rgb(26,231,210); }

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

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

 span { border-color: rgb(26,231,210); }

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