Html Css Color HEX #51D0C2 Medium Turquoise

📋 copy color: '#51D0C2'

red 81 ◦ green 208 ◦ blue 194

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

Shades of Medium Turquoise #51D0C2

Tints of Medium Turquoise #51D0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 16.77%
G = 43.06%
B = 40.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#51D0C2 (or 0x51D0C2) is known color: Medium Turquoise. HEX triplet: 51, D0 and C2. RGB value is (81,208,194). Sum of RGB (Red+Green+Blue) = 81+208+194=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0C2 is #AE2F3D. Grayscale: #A8A8A8. Windows color (decimal): -11415358 or 12767313. OLE color: 12767313.

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

Color convert

RGB 81 208 194 -
CMYK 0.61 0 0.07 0.18
HSL 173.39º 0.57% 0.57% -
HSV(B) 173.39º 0.61% 0.82% -
XYZ 35.69 50.76 58.95 -
YUV 168.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 81 208 194 0.61 0 0.07 0.18 173.39 0.57 0.57
Hex 51 D0 C2 3D 0 7 12 AD 39 39
Octal 121 320 302 75 0 7 22 255 71 71
Binary 1010001 11010000 11000010 111101 0 111 10010 10101101 111001 111001

Color Harmonies of #51D0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D0C2

Black with #51D0C2

Text Example


Text Example

White with #51D0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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