#51CCD2

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

Shades of Medium Turquoise #51CCD2

Tints of Medium Turquoise #51CCD2

Color information

#51CCD2 (or 0x51CCD2) is unknown color: approx Medium Turquoise. HEX triplet: 51, CC and D2. RGB value is (81,204,210). Sum of RGB (Red+Green+Blue) = 81+204+210=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #51CCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCD2 is #AE332D. Grayscale: #A7A7A7. Windows color (decimal): -11416366 or 13814865. OLE color: 13814865.

HSL color Cylindrical-coordinate representation of color #51CCD2: hue angle of 182.79º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CCD2 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB81204210-
CMYK0.610.0300.18
HSL182.79º58.9%57.06%-
HSV(B)182.79º61.43%82.35%-
XYZ36.6249.5968.61-
YUV167.91151.7566.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.36%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=16.36%
G=41.21%
B=42.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal812042100.610.0300.18182.7958.957.06
Hex51CCD23D3012b73b39
Octal1213143227530222677371
Binary101000111001100110100101111011101001010110111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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