#81E4EB

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

Shades of Turquoise Blue #81E4EB

Tints of Turquoise Blue #81E4EB

Color information

#81E4EB (or 0x81E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 81, E4 and EB. RGB value is (129,228,235). Sum of RGB (Red+Green+Blue) = 129+228+235=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #81E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E4EB is #7E1B14. Grayscale: #C7C7C7. Windows color (decimal): -8264469 or 15459457. OLE color: 15459457.

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

Color convert

RGB129228235-
CMYK0.450.0300.08
HSL183.96º72.6%71.37%-
HSV(B)183.96º45.11%92.16%-
XYZ51.7966.1588.64-
YUV199.2148.277.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=21.79%
G=38.51%
B=39.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292282350.450.0300.08183.9672.671.37
Hex81E4EB2D308b84947
Octal201344353553010270111107
Binary10000001111001001110101110110111010001011100010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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