#81E9E6

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

Shades of Turquoise Blue #81E9E6

Tints of Turquoise Blue #81E9E6

Color information

#81E9E6 (or 0x81E9E6) is unknown color: approx Turquoise Blue. HEX triplet: 81, E9 and E6. RGB value is (129,233,230). Sum of RGB (Red+Green+Blue) = 129+233+230=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #81E9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #81E9E6 is #7E1619. Grayscale: #C9C9C9. Windows color (decimal): -8263194 or 15133057. OLE color: 15133057.

HSL color Cylindrical-coordinate representation of color #81E9E6: hue angle of 178.27º 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 #81E9E6 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB129233230-
CMYK0.4500.010.09
HSL178.27º70.27%70.98%-
HSV(B)178.27º44.64%91.37%-
XYZ52.4868.6685.35-
YUV201.56144.0476.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 230 (90.23% from 255) = 38.85%
R=21.79%
G=39.36%
B=38.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292332300.4500.010.09178.2770.2770.98
Hex81E9E62D019b24647
Octal201351346550111262106107
Binary1000000111101001111001101011010110011011001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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