#51cbdf

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

Shades of Medium Turquoise #51CBDF

Tints of Medium Turquoise #51CBDF

Color information

#51CBDF (or 0x51CBDF) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and DF. RGB value is (81,203,223). Sum of RGB (Red+Green+Blue) = 81+203+223=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #51CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBDF is #AE3420. Grayscale: #A8A8A8. Windows color (decimal): -11416609 or 14666577. OLE color: 14666577.

HSL color Cylindrical-coordinate representation of color #51CBDF: hue angle of 188.45º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CBDF is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81203223-
CMYK0.640.0900.13
HSL188.45º68.93%59.61%-
HSV(B)188.45º63.68%87.45%-
XYZ38.0749.7977.42-
YUV168.8158.5865.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.98%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 223 (87.5% from 255) = 43.98%
R=15.98%
G=40.04%
B=43.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812032230.640.0900.13188.4568.9359.61
Hex51CBDF4090Dbc453c
Octal1213133371001101527410574
Binary101000111001011110111111000000100101101101111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51cbdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,203,223); }

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

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

 a { background-color: rgb(81,203,223); }

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

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

 span { border-color: rgb(81,203,223); }

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