Html Css Color HEX #51E8C0 Turquoise

📋 copy color: '#51E8C0'

red 81 ◦ green 232 ◦ blue 192

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

Shades of Turquoise #51E8C0

Tints of Turquoise #51E8C0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.94%

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 16.04%
G = 45.94%
B = 38.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#51E8C0 (or 0x51E8C0) is known color: Turquoise. HEX triplet: 51, E8 and C0. RGB value is (81,232,192). Sum of RGB (Red+Green+Blue) = 81+232+192=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8C0 is #AE173F. Grayscale: #B6B6B6. Windows color (decimal): -11409216 or 12642385. OLE color: 12642385.

HSL color Cylindrical-coordinate representation of color #51E8C0: hue angle of 164.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8C0 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 232 192 -
CMYK 0.65 0 0.17 0.09
HSL 164.11º 0.77% 0.61% -
HSV(B) 164.11º 0.65% 0.91% -
XYZ 41.76 63.27 59.88 -
YUV 182.29 133.47 55.75 -
System Red Green Blue C M Y K H S L
Decimal 81 232 192 0.65 0 0.17 0.09 164.11 0.77 0.61
Hex 51 E8 C0 41 0 11 9 A4 4D 3D
Octal 121 350 300 101 0 21 11 244 115 75
Binary 1010001 11101000 11000000 1000001 0 10001 1001 10100100 1001101 111101

Color Harmonies of #51E8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E8C0

Black with #51E8C0

Text Example


Text Example

White with #51E8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,232,192); }

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

background-color css

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

 a { background-color: rgb(81,232,192); }

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

border-color css

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

 span { border-color: rgb(81,232,192); }

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