#81DFEB

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

Shades of Turquoise Blue #81DFEB

Tints of Turquoise Blue #81DFEB

Color information

#81DFEB (or 0x81DFEB) is unknown color: approx Turquoise Blue. HEX triplet: 81, DF and EB. RGB value is (129,223,235). Sum of RGB (Red+Green+Blue) = 129+223+235=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #81DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFEB is #7E2014. Grayscale: #C4C4C4. Windows color (decimal): -8265749 or 15458177. OLE color: 15458177.

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

Color convert

RGB129223235-
CMYK0.450.0500.08
HSL186.79º72.6%71.37%-
HSV(B)186.79º45.11%92.16%-
XYZ50.4463.4488.18-
YUV196.26149.8680.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.98%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=21.98%
G=37.99%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292232350.450.0500.08186.7972.671.37
Hex81DFEB2D508bb4947
Octal201337353555010273111107
Binary100000011101111111101011101101101010001011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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