Html Css Color HEX #51DECF Medium Turquoise

📋 copy color: '#51DECF'

red 81 ◦ green 222 ◦ blue 207

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

Shades of Medium Turquoise #51DECF

Tints of Medium Turquoise #51DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 15.88%
G = 43.53%
B = 40.59%

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

#51DECF (or 0x51DECF) is known color: Medium Turquoise. HEX triplet: 51, DE and CF. RGB value is (81,222,207). Sum of RGB (Red+Green+Blue) = 81+222+207=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #51DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DECF is #AE2130. Grayscale: #B2B2B2. Windows color (decimal): -11411761 or 13622865. OLE color: 13622865.

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

Color convert

RGB 81 222 207 -
CMYK 0.64 0 0.07 0.13
HSL 173.62º 0.68% 0.59% -
HSV(B) 173.62º 0.64% 0.87% -
XYZ 40.78 58.5 68.17 -
YUV 178.13 144.29 58.72 -
System Red Green Blue C M Y K H S L
Decimal 81 222 207 0.64 0 0.07 0.13 173.62 0.68 0.59
Hex 51 DE CF 40 0 7 D AE 44 3B
Octal 121 336 317 100 0 7 15 256 104 73
Binary 1010001 11011110 11001111 1000000 0 111 1101 10101110 1000100 111011

Color Harmonies of #51DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DECF

Black with #51DECF

Text Example


Text Example

White with #51DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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