Html Css Color HEX #51D0C7 Medium Turquoise

📋 copy color: '#51D0C7'

red 81 ◦ green 208 ◦ blue 199

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

Shades of Medium Turquoise #51D0C7

Tints of Medium Turquoise #51D0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 16.6%
G = 42.62%
B = 40.78%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#51D0C7 (or 0x51D0C7) is known color: Medium Turquoise. HEX triplet: 51, D0 and C7. RGB value is (81,208,199). Sum of RGB (Red+Green+Blue) = 81+208+199=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0C7 is #AE2F38. Grayscale: #A8A8A8. Windows color (decimal): -11415353 or 13094993. OLE color: 13094993.

HSL color Cylindrical-coordinate representation of color #51D0C7: hue angle of 175.75º 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 #51D0C7 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 208 199 -
CMYK 0.61 0 0.04 0.18
HSL 175.75º 0.57% 0.57% -
HSV(B) 175.75º 0.61% 0.82% -
XYZ 36.26 50.98 61.96 -
YUV 169 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 81 208 199 0.61 0 0.04 0.18 175.75 0.57 0.57
Hex 51 D0 C7 3D 0 4 12 B0 39 39
Octal 121 320 307 75 0 4 22 260 71 71
Binary 1010001 11010000 11000111 111101 0 100 10010 10110000 111001 111001

Color Harmonies of #51D0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D0C7

Black with #51D0C7

Text Example


Text Example

White with #51D0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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