#81e0ee

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

Shades of Turquoise Blue #81E0EE

Tints of Turquoise Blue #81E0EE

Color information

#81E0EE (or 0x81E0EE) is unknown color: approx Turquoise Blue. HEX triplet: 81, E0 and EE. RGB value is (129,224,238). Sum of RGB (Red+Green+Blue) = 129+224+238=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #81E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E0EE is #7E1F11. Grayscale: #C5C5C5. Windows color (decimal): -8265490 or 15655041. OLE color: 15655041.

HSL color Cylindrical-coordinate representation of color #81E0EE: hue angle of 187.71º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81E0EE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129224238-
CMYK0.460.0600.07
HSL187.71º76.22%71.96%-
HSV(B)187.71º45.8%93.33%-
XYZ51.1464.1590.58-
YUV197.19151.0379.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.83%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=21.83%
G=37.90%
B=40.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292242380.460.0600.07187.7176.2271.96
Hex81E0EE2E607bc4c48
Octal20134035656607274114110
Binary10000001111000001110111010111011001111011110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81e0ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,224,238); }

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

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

 a { background-color: rgb(129,224,238); }

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

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

 span { border-color: rgb(129,224,238); }

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