#51CDDD

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

Shades of Medium Turquoise #51CDDD

Tints of Medium Turquoise #51CDDD

Color information

#51CDDD (or 0x51CDDD) is unknown color: approx Medium Turquoise. HEX triplet: 51, CD and DD. RGB value is (81,205,221). Sum of RGB (Red+Green+Blue) = 81+205+221=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #51CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDDD is #AE3222. Grayscale: #A9A9A9. Windows color (decimal): -11416099 or 14536017. OLE color: 14536017.

HSL color Cylindrical-coordinate representation of color #51CDDD: hue angle of 186.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CDDD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81205221-
CMYK0.630.0700.13
HSL186.86º67.31%59.22%-
HSV(B)186.86º63.35%86.67%-
XYZ38.2850.6376.16-
YUV169.75156.9264.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.98%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=15.98%
G=40.43%
B=43.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812052210.630.0700.13186.8667.3159.22
Hex51CDDD3F70Dbb433b
Octal12131533577701527310373
Binary1010001110011011101110111111111101101101110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,205,221); }

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

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

 a { background-color: rgb(81,205,221); }

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

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

 span { border-color: rgb(81,205,221); }

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