#51CCD3

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

Shades of Medium Turquoise #51CCD3

Tints of Medium Turquoise #51CCD3

Color information

#51CCD3 (or 0x51CCD3) is unknown color: approx Medium Turquoise. HEX triplet: 51, CC and D3. RGB value is (81,204,211). Sum of RGB (Red+Green+Blue) = 81+204+211=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #51CCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CCD3 is #AE332C. Grayscale: #A7A7A7. Windows color (decimal): -11416365 or 13880401. OLE color: 13880401.

HSL color Cylindrical-coordinate representation of color #51CCD3: hue angle of 183.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51CCD3 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81204211-
CMYK0.620.0300.17
HSL183.23º59.63%57.25%-
HSV(B)183.23º61.61%82.75%-
XYZ36.7449.6469.27-
YUV168.02152.2565.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.33%
GREEN value IS 204 (80.08% from 255) = 41.13%
BLUE value IS 211 (82.81% from 255) = 42.54%
R=16.33%
G=41.13%
B=42.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal812042110.620.0300.17183.2359.6357.25
Hex51CCD33E3011b73c39
Octal1213143237630212677471
Binary101000111001100110100111111101101000110110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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