#51DCEE

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

Shades of Turquoise Blue #51DCEE

Tints of Turquoise Blue #51DCEE

Color information

#51DCEE (or 0x51DCEE) is unknown color: approx Turquoise Blue. HEX triplet: 51, DC and EE. RGB value is (81,220,238). Sum of RGB (Red+Green+Blue) = 81+220+238=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #51DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCEE is #AE2311. Grayscale: #B4B4B4. Windows color (decimal): -11412242 or 15653969. OLE color: 15653969.

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

Color convert

RGB81220238-
CMYK0.660.0800.07
HSL186.88º82.2%62.55%-
HSV(B)186.88º65.97%93.33%-
XYZ44.4259.1189.96-
YUV180.49160.4557.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.03%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=15.03%
G=40.82%
B=44.16%

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
Decimal812202380.660.0800.07186.8882.262.55
Hex51DCEE42807bb523f
Octal121334356102100727312277
Binary10100011101110011101110100001010000111101110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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