#51D2EE

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

Shades of Turquoise Blue #51D2EE

Tints of Turquoise Blue #51D2EE

Color information

#51D2EE (or 0x51D2EE) is unknown color: approx Turquoise Blue. HEX triplet: 51, D2 and EE. RGB value is (81,210,238). Sum of RGB (Red+Green+Blue) = 81+210+238=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #51D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D2EE is #AE2D11. Grayscale: #AEAEAE. Windows color (decimal): -11414802 or 15651409. OLE color: 15651409.

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

Color convert

RGB81210238-
CMYK0.660.1200.07
HSL190.7º82.2%62.55%-
HSV(B)190.7º65.97%93.33%-
XYZ41.8754.0289.11-
YUV174.62163.7661.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.31%
GREEN value IS 210 (82.42% from 255) = 39.70%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=15.31%
G=39.70%
B=44.99%

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
Decimal812102380.660.1200.07190.782.262.55
Hex51D2EE42C07bf523f
Octal121322356102140727712277
Binary10100011101001011101110100001011000111101111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51D2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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