#81E6DF

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

Shades of Turquoise Blue #81E6DF

Tints of Turquoise Blue #81E6DF

Color information

#81E6DF (or 0x81E6DF) is unknown color: approx Turquoise Blue. HEX triplet: 81, E6 and DF. RGB value is (129,230,223). Sum of RGB (Red+Green+Blue) = 129+230+223=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #81E6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E6DF is #7E1920. Grayscale: #C6C6C6. Windows color (decimal): -8263969 or 14673537. OLE color: 14673537.

HSL color Cylindrical-coordinate representation of color #81E6DF: hue angle of 175.84º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81E6DF is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB129230223-
CMYK0.4400.030.10
HSL175.84º66.89%70.39%-
HSV(B)175.84º43.91%90.2%-
XYZ50.6766.5979.99-
YUV199141.5478.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.16%
GREEN value IS 230 (90.23% from 255) = 39.52%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=22.16%
G=39.52%
B=38.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1292302230.4400.030.10175.8466.8970.39
Hex81E6DF2C03Ab04346
Octal201346337540312260103106
Binary10000001111001101101111110110001110101011000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,230,223); }

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

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

 a { background-color: rgb(129,230,223); }

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

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

 span { border-color: rgb(129,230,223); }

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