Html Css Color HEX #51DDCD Medium Turquoise

📋 copy color: '#51DDCD'

red 81 ◦ green 221 ◦ blue 205

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

Shades of Medium Turquoise #51DDCD

Tints of Medium Turquoise #51DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 15.98%
G = 43.59%
B = 40.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#51DDCD (or 0x51DDCD) is known color: Medium Turquoise. HEX triplet: 51, DD and CD. RGB value is (81,221,205). Sum of RGB (Red+Green+Blue) = 81+221+205=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDCD is #AE2232. Grayscale: #B1B1B1. Windows color (decimal): -11412019 or 13491537. OLE color: 13491537.

HSL color Cylindrical-coordinate representation of color #51DDCD: hue angle of 173.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DDCD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 221 205 -
CMYK 0.63 0 0.07 0.13
HSL 173.14º 0.67% 0.59% -
HSV(B) 173.14º 0.63% 0.87% -
XYZ 40.27 57.87 66.81 -
YUV 177.32 143.62 59.3 -
System Red Green Blue C M Y K H S L
Decimal 81 221 205 0.63 0 0.07 0.13 173.14 0.67 0.59
Hex 51 DD CD 3F 0 7 D AD 43 3B
Octal 121 335 315 77 0 7 15 255 103 73
Binary 1010001 11011101 11001101 111111 0 111 1101 10101101 1000011 111011

Color Harmonies of #51DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DDCD

Black with #51DDCD

Text Example


Text Example

White with #51DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,221,205); }

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

background-color css

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

 a { background-color: rgb(81,221,205); }

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

border-color css

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

 span { border-color: rgb(81,221,205); }

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