#81E8E4

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

Shades of Turquoise Blue #81E8E4

Tints of Turquoise Blue #81E8E4

Color information

#81E8E4 (or 0x81E8E4) is unknown color: approx Turquoise Blue. HEX triplet: 81, E8 and E4. RGB value is (129,232,228). Sum of RGB (Red+Green+Blue) = 129+232+228=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #81E8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #81E8E4 is #7E171B. Grayscale: #C8C8C8. Windows color (decimal): -8263452 or 15001729. OLE color: 15001729.

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

Color convert

RGB129232228-
CMYK0.4400.020.09
HSL177.67º69.13%70.78%-
HSV(B)177.67º44.4%90.98%-
XYZ51.9167.9883.78-
YUV200.75143.3876.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.90%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=21.90%
G=39.39%
B=38.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292322280.4400.020.09177.6769.1370.78
Hex81E8E42C029b24547
Octal201350344540211262105107
Binary10000001111010001110010010110001010011011001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,232,228); }

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

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

 a { background-color: rgb(129,232,228); }

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

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

 span { border-color: rgb(129,232,228); }

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