#51D1EE

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

Shades of Turquoise Blue #51D1EE

Tints of Turquoise Blue #51D1EE

Color information

#51D1EE (or 0x51D1EE) is unknown color: approx Turquoise Blue. HEX triplet: 51, D1 and EE. RGB value is (81,209,238). Sum of RGB (Red+Green+Blue) = 81+209+238=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #51D1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D1EE is #AE2E11. Grayscale: #ADADAD. Windows color (decimal): -11415058 or 15651153. OLE color: 15651153.

HSL color Cylindrical-coordinate representation of color #51D1EE: hue angle of 191.08º 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 #51D1EE is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81209238-
CMYK0.660.1200.07
HSL191.08º82.2%62.55%-
HSV(B)191.08º65.97%93.33%-
XYZ41.6353.5289.03-
YUV174.03164.0961.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.34%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=15.34%
G=39.58%
B=45.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812092380.660.1200.07191.0882.262.55
Hex51D1EE42C07bf523f
Octal121321356102140727712277
Binary10100011101000111101110100001011000111101111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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