Html Css Color HEX #51D0C9 Medium Turquoise

📋 copy color: '#51D0C9'

red 81 ◦ green 208 ◦ blue 201

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

Shades of Medium Turquoise #51D0C9

Tints of Medium Turquoise #51D0C9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 16.53%
G = 42.45%
B = 41.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#51D0C9 (or 0x51D0C9) is known color: Medium Turquoise. HEX triplet: 51, D0 and C9. RGB value is (81,208,201). Sum of RGB (Red+Green+Blue) = 81+208+201=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0C9 is #AE2F36. Grayscale: #A9A9A9. Windows color (decimal): -11415351 or 13226065. OLE color: 13226065.

HSL color Cylindrical-coordinate representation of color #51D0C9: hue angle of 176.69º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D0C9 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 208 201 -
CMYK 0.61 0 0.03 0.18
HSL 176.69º 0.57% 0.57% -
HSV(B) 176.69º 0.61% 0.82% -
XYZ 36.49 51.08 63.19 -
YUV 169.23 145.92 65.07 -
System Red Green Blue C M Y K H S L
Decimal 81 208 201 0.61 0 0.03 0.18 176.69 0.57 0.57
Hex 51 D0 C9 3D 0 3 12 B1 39 39
Octal 121 320 311 75 0 3 22 261 71 71
Binary 1010001 11010000 11001001 111101 0 11 10010 10110001 111001 111001

Color Harmonies of #51D0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D0C9

Black with #51D0C9

Text Example


Text Example

White with #51D0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,208,201); }

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

background-color css

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

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

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

border-color css

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

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

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