Html Css Color HEX #51D6C8 Medium Turquoise

📋 copy color: '#51D6C8'

red 81 ◦ green 214 ◦ blue 200

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

Shades of Medium Turquoise #51D6C8

Tints of Medium Turquoise #51D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 16.36%
G = 43.23%
B = 40.4%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#51D6C8 (or 0x51D6C8) is known color: Medium Turquoise. HEX triplet: 51, D6 and C8. RGB value is (81,214,200). Sum of RGB (Red+Green+Blue) = 81+214+200=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #51D6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D6C8 is #AE2937. Grayscale: #ACACAC. Windows color (decimal): -11413816 or 13162065. OLE color: 13162065.

HSL color Cylindrical-coordinate representation of color #51D6C8: hue angle of 173.68º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D6C8 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 214 200 -
CMYK 0.62 0 0.07 0.16
HSL 173.68º 0.62% 0.58% -
HSV(B) 173.68º 0.62% 0.84% -
XYZ 37.87 54.01 63.07 -
YUV 172.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 81 214 200 0.62 0 0.07 0.16 173.68 0.62 0.58
Hex 51 D6 C8 3E 0 7 10 AE 3E 3A
Octal 121 326 310 76 0 7 20 256 76 72
Binary 1010001 11010110 11001000 111110 0 111 10000 10101110 111110 111010

Color Harmonies of #51D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D6C8

Black with #51D6C8

Text Example


Text Example

White with #51D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,214,200); }

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

background-color css

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

 a { background-color: rgb(81,214,200); }

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

border-color css

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

 span { border-color: rgb(81,214,200); }

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