Html Css Color HEX #51DECE Medium Turquoise

📋 copy color: '#51DECE'

red 81 ◦ green 222 ◦ blue 206

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

Shades of Medium Turquoise #51DECE

Tints of Medium Turquoise #51DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 15.91%
G = 43.61%
B = 40.47%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#51DECE (or 0x51DECE) is known color: Medium Turquoise. HEX triplet: 51, DE and CE. RGB value is (81,222,206). Sum of RGB (Red+Green+Blue) = 81+222+206=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #51DECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DECE is #AE2131. Grayscale: #B1B1B1. Windows color (decimal): -11411762 or 13557329. OLE color: 13557329.

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

Color convert

RGB 81 222 206 -
CMYK 0.64 0 0.07 0.13
HSL 173.19º 0.68% 0.59% -
HSV(B) 173.19º 0.64% 0.87% -
XYZ 40.66 58.45 67.53 -
YUV 178.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 81 222 206 0.64 0 0.07 0.13 173.19 0.68 0.59
Hex 51 DE CE 40 0 7 D AD 44 3B
Octal 121 336 316 100 0 7 15 255 104 73
Binary 1010001 11011110 11001110 1000000 0 111 1101 10101101 1000100 111011

Color Harmonies of #51DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DECE

Black with #51DECE

Text Example


Text Example

White with #51DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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