#81DEE9

Color #81DEE9 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #81DEE9

Tints of Turquoise Blue #81DEE9

Color information

#81DEE9 (or 0x81DEE9) is unknown color: approx Turquoise Blue. HEX triplet: 81, DE and E9. RGB value is (129,222,233). Sum of RGB (Red+Green+Blue) = 129+222+233=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #81DEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEE9 is #7E2116. Grayscale: #C3C3C3. Windows color (decimal): -8266007 or 15326849. OLE color: 15326849.

HSL color Cylindrical-coordinate representation of color #81DEE9: hue angle of 186.35º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DEE9 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129222233-
CMYK0.450.0500.09
HSL186.35º70.27%70.98%-
HSV(B)186.35º44.64%91.37%-
XYZ49.8862.7986.58-
YUV195.45149.1980.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.09%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 233 (91.41% from 255) = 39.90%
R=22.09%
G=38.01%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292222330.450.0500.09186.3570.2770.98
Hex81DEE92D509ba4647
Octal201336351555011272106107
Binary100000011101111011101001101101101010011011101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DEE9; }

 p { color: rgb(129,222,233); }

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

<style>
 a { background-color: #81DEE9; }

 a { background-color: rgb(129,222,233); }

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

<style>
 span { border-color: #81DEE9; }

 span { border-color: rgb(129,222,233); }

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