#51CDCD

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

Shades of Medium Turquoise #51CDCD

Tints of Medium Turquoise #51CDCD

Color information

#51CDCD (or 0x51CDCD) is unknown color: approx Medium Turquoise. HEX triplet: 51, CD and CD. RGB value is (81,205,205). Sum of RGB (Red+Green+Blue) = 81+205+205=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #51CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDCD is #AE3232. Grayscale: #A7A7A7. Windows color (decimal): -11416115 or 13487441. OLE color: 13487441.

HSL color Cylindrical-coordinate representation of color #51CDCD: hue angle of 180º 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 #51CDCD is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81205205-
CMYK0.60000.20
HSL180º55.36%56.08%-
HSV(B)180º60.49%80.39%-
XYZ36.2449.8265.46-
YUV167.92148.9266-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.50%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=16.50%
G=41.75%
B=41.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812052050.60000.2018055.3656.08
Hex51CDCD3C0014b43738
Octal1213153157400242646770
Binary10100011100110111001101111100001010010110100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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