Html Css Color HEX #51DCCC Medium Turquoise

📋 copy color: '#51DCCC'

red 81 ◦ green 220 ◦ blue 204

#51DCCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #51DCCC

Tints of Medium Turquoise #51DCCC

RGB

 RED value IS 81 (32.03% from 255) = 16.04%

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 16.04%
G = 43.56%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#51DCCC (or 0x51DCCC) is known color: Medium Turquoise. HEX triplet: 51, DC and CC. RGB value is (81,220,204). Sum of RGB (Red+Green+Blue) = 81+220+204=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #51DCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DCCC is #AE2333. Grayscale: #B0B0B0. Windows color (decimal): -11412276 or 13425745. OLE color: 13425745.

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

Color convert

RGB 81 220 204 -
CMYK 0.63 0 0.07 0.14
HSL 173.09º 0.67% 0.59% -
HSV(B) 173.09º 0.63% 0.86% -
XYZ 39.89 57.3 66.08 -
YUV 176.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 81 220 204 0.63 0 0.07 0.14 173.09 0.67 0.59
Hex 51 DC CC 3F 0 7 E AD 43 3B
Octal 121 334 314 77 0 7 16 255 103 73
Binary 1010001 11011100 11001100 111111 0 111 1110 10101101 1000011 111011

Color Harmonies of #51DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DCCC

Black with #51DCCC

Text Example


Text Example

White with #51DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51DCCC;
 }
 .AnyTagClassName
 {
   color: #51DCCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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