Html Css Color HEX #51E8C2 Turquoise

📋 copy color: '#51E8C2'

red 81 ◦ green 232 ◦ blue 194

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

Shades of Turquoise #51E8C2

Tints of Turquoise #51E8C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 15.98%
G = 45.76%
B = 38.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#51E8C2 (or 0x51E8C2) is known color: Turquoise. HEX triplet: 51, E8 and C2. RGB value is (81,232,194). Sum of RGB (Red+Green+Blue) = 81+232+194=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8C2 is #AE173D. Grayscale: #B6B6B6. Windows color (decimal): -11409214 or 12773457. OLE color: 12773457.

HSL color Cylindrical-coordinate representation of color #51E8C2: hue angle of 164.9º 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 #51E8C2 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 232 194 -
CMYK 0.65 0 0.16 0.09
HSL 164.9º 0.77% 0.61% -
HSV(B) 164.9º 0.65% 0.91% -
XYZ 41.99 63.36 61.06 -
YUV 182.52 134.47 55.59 -
System Red Green Blue C M Y K H S L
Decimal 81 232 194 0.65 0 0.16 0.09 164.9 0.77 0.61
Hex 51 E8 C2 41 0 10 9 A5 4D 3D
Octal 121 350 302 101 0 20 11 245 115 75
Binary 1010001 11101000 11000010 1000001 0 10000 1001 10100101 1001101 111101

Color Harmonies of #51E8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E8C2

Black with #51E8C2

Text Example


Text Example

White with #51E8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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