#51DCE1

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

Shades of Medium Turquoise #51DCE1

Tints of Medium Turquoise #51DCE1

Color information

#51DCE1 (or 0x51DCE1) is unknown color: approx Medium Turquoise. HEX triplet: 51, DC and E1. RGB value is (81,220,225). Sum of RGB (Red+Green+Blue) = 81+220+225=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #51DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCE1 is #AE231E. Grayscale: #B2B2B2. Windows color (decimal): -11412255 or 14802001. OLE color: 14802001.

HSL color Cylindrical-coordinate representation of color #51DCE1: hue angle of 182.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DCE1 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB81220225-
CMYK0.640.0200.12
HSL182.08º70.59%60%-
HSV(B)182.08º64%88.24%-
XYZ42.5858.3780.26-
YUV179.01153.9558.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.40%
GREEN value IS 220 (86.33% from 255) = 41.83%
BLUE value IS 225 (88.28% from 255) = 42.78%
R=15.40%
G=41.83%
B=42.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal812202250.640.0200.12182.0870.5960
Hex51DCE14020Cb6473c
Octal121334341100201426610774
Binary1010001110111001110000110000001001100101101101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,220,225); }

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

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

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

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

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

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

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