Html Css Color HEX #51E3C0 Turquoise

📋 copy color: '#51E3C0'

red 81 ◦ green 227 ◦ blue 192

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

Shades of Turquoise #51E3C0

Tints of Turquoise #51E3C0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.4%

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

R = 16.2%
G = 45.4%
B = 38.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#51E3C0 (or 0x51E3C0) is known color: Turquoise. HEX triplet: 51, E3 and C0. RGB value is (81,227,192). Sum of RGB (Red+Green+Blue) = 81+227+192=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #51E3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E3C0 is #AE1C3F. Grayscale: #B3B3B3. Windows color (decimal): -11410496 or 12641105. OLE color: 12641105.

HSL color Cylindrical-coordinate representation of color #51E3C0: hue angle of 165.62º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E3C0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 227 192 -
CMYK 0.64 0 0.15 0.11
HSL 165.62º 0.72% 0.6% -
HSV(B) 165.62º 0.64% 0.89% -
XYZ 40.38 60.49 59.42 -
YUV 179.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 81 227 192 0.64 0 0.15 0.11 165.62 0.72 0.6
Hex 51 E3 C0 40 0 F B A6 48 3C
Octal 121 343 300 100 0 17 13 246 110 74
Binary 1010001 11100011 11000000 1000000 0 1111 1011 10100110 1001000 111100

Color Harmonies of #51E3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E3C0

Black with #51E3C0

Text Example


Text Example

White with #51E3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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