Html Css Color HEX #51D9CA Medium Turquoise

📋 copy color: '#51D9CA'

red 81 ◦ green 217 ◦ blue 202

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

Shades of Medium Turquoise #51D9CA

Tints of Medium Turquoise #51D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 16.2%
G = 43.4%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#51D9CA (or 0x51D9CA) is known color: Medium Turquoise. HEX triplet: 51, D9 and CA. RGB value is (81,217,202). Sum of RGB (Red+Green+Blue) = 81+217+202=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #51D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D9CA is #AE2635. Grayscale: #AEAEAE. Windows color (decimal): -11413046 or 13293905. OLE color: 13293905.

HSL color Cylindrical-coordinate representation of color #51D9CA: hue angle of 173.38º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D9CA is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 217 202 -
CMYK 0.63 0 0.07 0.15
HSL 173.38º 0.64% 0.58% -
HSV(B) 173.38º 0.63% 0.85% -
XYZ 38.87 55.64 64.57 -
YUV 174.63 143.44 61.22 -
System Red Green Blue C M Y K H S L
Decimal 81 217 202 0.63 0 0.07 0.15 173.38 0.64 0.58
Hex 51 D9 CA 3F 0 7 F AD 40 3A
Octal 121 331 312 77 0 7 17 255 100 72
Binary 1010001 11011001 11001010 111111 0 111 1111 10101101 1000000 111010

Color Harmonies of #51D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D9CA

Black with #51D9CA

Text Example


Text Example

White with #51D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,217,202); }

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

background-color css

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

 a { background-color: rgb(81,217,202); }

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

border-color css

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

 span { border-color: rgb(81,217,202); }

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