Html Css Color HEX #51DECC Medium Turquoise

📋 copy color: '#51DECC'

red 81 ◦ green 222 ◦ blue 204

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

Shades of Medium Turquoise #51DECC

Tints of Medium Turquoise #51DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.79%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 15.98%
G = 43.79%
B = 40.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#51DECC (or 0x51DECC) is known color: Medium Turquoise. HEX triplet: 51, DE and CC. RGB value is (81,222,204). Sum of RGB (Red+Green+Blue) = 81+222+204=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #51DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DECC is #AE2133. Grayscale: #B1B1B1. Windows color (decimal): -11411764 or 13426257. OLE color: 13426257.

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

Color convert

RGB 81 222 204 -
CMYK 0.64 0 0.08 0.13
HSL 172.34º 0.68% 0.59% -
HSV(B) 172.34º 0.64% 0.87% -
XYZ 40.41 58.35 66.26 -
YUV 177.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 81 222 204 0.64 0 0.08 0.13 172.34 0.68 0.59
Hex 51 DE CC 40 0 8 D AC 44 3B
Octal 121 336 314 100 0 10 15 254 104 73
Binary 1010001 11011110 11001100 1000000 0 1000 1101 10101100 1000100 111011

Color Harmonies of #51DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DECC

Black with #51DECC

Text Example


Text Example

White with #51DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,222,204); }

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

background-color css

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

 a { background-color: rgb(81,222,204); }

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

border-color css

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

 span { border-color: rgb(81,222,204); }

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