#51CEED

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

Shades of Turquoise Blue #51CEED

Tints of Turquoise Blue #51CEED

Color information

#51CEED (or 0x51CEED) is unknown color: approx Turquoise Blue. HEX triplet: 51, CE and ED. RGB value is (81,206,237). Sum of RGB (Red+Green+Blue) = 81+206+237=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #51CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CEED is #AE3112. Grayscale: #ABABAB. Windows color (decimal): -11415827 or 15584849. OLE color: 15584849.

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

Color convert

RGB81206237-
CMYK0.660.1300.07
HSL191.92º81.25%62.35%-
HSV(B)191.92º65.82%92.94%-
XYZ40.7552.0188.01-
YUV172.16164.5962.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.46%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 237 (92.97% from 255) = 45.23%
R=15.46%
G=39.31%
B=45.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal812062370.660.1300.07191.9281.2562.35
Hex51CEED42D07c0513e
Octal121316355102150730012176
Binary10100011100111011101101100001011010111110000001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,206,237); }

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

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

 a { background-color: rgb(81,206,237); }

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

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

 span { border-color: rgb(81,206,237); }

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