#51CBCC

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

Shades of Medium Turquoise #51CBCC

Tints of Medium Turquoise #51CBCC

Color information

#51CBCC (or 0x51CBCC) is unknown color: approx Medium Turquoise. HEX triplet: 51, CB and CC. RGB value is (81,203,204). Sum of RGB (Red+Green+Blue) = 81+203+204=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #51CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CBCC is #AE3433. Grayscale: #A6A6A6. Windows color (decimal): -11416628 or 13421393. OLE color: 13421393.

HSL color Cylindrical-coordinate representation of color #51CBCC: hue angle of 180.49º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CBCC is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB81203204-
CMYK0.600.0000.2
HSL180.49º54.67%55.88%-
HSV(B)180.49º60.29%80%-
XYZ35.6548.8264.67-
YUV166.64149.0866.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.60%
GREEN value IS 203 (79.69% from 255) = 41.60%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=16.60%
G=41.60%
B=41.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal812032040.600.0000.2180.4954.6755.88
Hex51CBCC3C0014b43738
Octal1213133147400242646770
Binary10100011100101111001100111100001010010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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