#81e1eb

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

Shades of Turquoise Blue #81E1EB

Tints of Turquoise Blue #81E1EB

Color information

#81E1EB (or 0x81E1EB) is unknown color: approx Turquoise Blue. HEX triplet: 81, E1 and EB. RGB value is (129,225,235). Sum of RGB (Red+Green+Blue) = 129+225+235=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #81E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E1EB is #7E1E14. Grayscale: #C5C5C5. Windows color (decimal): -8265237 or 15458689. OLE color: 15458689.

HSL color Cylindrical-coordinate representation of color #81E1EB: hue angle of 185.66º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81E1EB is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129225235-
CMYK0.450.0400.08
HSL185.66º72.6%71.37%-
HSV(B)185.66º45.11%92.16%-
XYZ50.9764.5288.36-
YUV197.44149.279.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.90%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=21.90%
G=38.20%
B=39.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292252350.450.0400.08185.6672.671.37
Hex81E1EB2D408ba4947
Octal201341353554010272111107
Binary100000011110000111101011101101100010001011101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81e1eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,225,235); }

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

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

 a { background-color: rgb(129,225,235); }

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

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

 span { border-color: rgb(129,225,235); }

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