#51DCEF

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

Shades of Turquoise Blue #51DCEF

Tints of Turquoise Blue #51DCEF

Color information

#51DCEF (or 0x51DCEF) is unknown color: approx Turquoise Blue. HEX triplet: 51, DC and EF. RGB value is (81,220,239). Sum of RGB (Red+Green+Blue) = 81+220+239=540 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #51DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DCEF is #AE2310. Grayscale: #B4B4B4. Windows color (decimal): -11412241 or 15719505. OLE color: 15719505.

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

Color convert

RGB81220239-
CMYK0.660.0800.06
HSL187.22º83.16%62.75%-
HSV(B)187.22º66.11%93.73%-
XYZ44.5759.1790.73-
YUV180.6160.9556.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 239 (93.75% from 255) = 44.26%
R=15%
G=40.74%
B=44.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal812202390.660.0800.06187.2283.1662.75
Hex51DCEF42806bb533f
Octal121334357102100627312377
Binary10100011101110011101111100001010000110101110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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