#51DAEE

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

Shades of Turquoise Blue #51DAEE

Tints of Turquoise Blue #51DAEE

Color information

#51DAEE (or 0x51DAEE) is unknown color: approx Turquoise Blue. HEX triplet: 51, DA and EE. RGB value is (81,218,238). Sum of RGB (Red+Green+Blue) = 81+218+238=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #51DAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DAEE is #AE2511. Grayscale: #B3B3B3. Windows color (decimal): -11412754 or 15653457. OLE color: 15653457.

HSL color Cylindrical-coordinate representation of color #51DAEE: hue angle of 187.64º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51DAEE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81218238-
CMYK0.660.0800.07
HSL187.64º82.2%62.55%-
HSV(B)187.64º65.97%93.33%-
XYZ43.958.0789.78-
YUV179.32161.1157.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.08%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 238 (93.36% from 255) = 44.32%
R=15.08%
G=40.60%
B=44.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812182380.660.0800.07187.6482.262.55
Hex51DAEE42807bc523f
Octal121332356102100727412277
Binary10100011101101011101110100001010000111101111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51DAEE; }

 p { color: rgb(81,218,238); }

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

<style>
 a { background-color: #51DAEE; }

 a { background-color: rgb(81,218,238); }

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

<style>
 span { border-color: #51DAEE; }

 span { border-color: rgb(81,218,238); }

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