#51CDCB

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

Shades of Medium Turquoise #51CDCB

Tints of Medium Turquoise #51CDCB

Color information

#51CDCB (or 0x51CDCB) is unknown color: approx Medium Turquoise. HEX triplet: 51, CD and CB. RGB value is (81,205,203). Sum of RGB (Red+Green+Blue) = 81+205+203=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #51CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDCB is #AE3234. Grayscale: #A7A7A7. Windows color (decimal): -11416117 or 13356369. OLE color: 13356369.

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

Color convert

RGB81205203-
CMYK0.6000.010.20
HSL179.03º55.36%56.08%-
HSV(B)179.03º60.49%80.39%-
XYZ3649.7264.2-
YUV167.7147.9266.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.56%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=16.56%
G=41.92%
B=41.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812052030.6000.010.20179.0355.3656.08
Hex51CDCB3C0114b33738
Octal1213153137401242636770
Binary10100011100110111001011111100011010010110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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