Html Css Color HEX #51E7D1 Turquoise

📋 copy color: '#51E7D1'

red 81 ◦ green 231 ◦ blue 209

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

Shades of Turquoise #51E7D1

Tints of Turquoise #51E7D1

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 15.55%
G = 44.34%
B = 40.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#51E7D1 (or 0x51E7D1) is known color: Turquoise. HEX triplet: 51, E7 and D1. RGB value is (81,231,209). Sum of RGB (Red+Green+Blue) = 81+231+209=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #51E7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E7D1 is #AE182E. Grayscale: #B7B7B7. Windows color (decimal): -11409455 or 13756241. OLE color: 13756241.

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

Color convert

RGB 81 231 209 -
CMYK 0.65 0 0.10 0.09
HSL 171.2º 0.76% 0.61% -
HSV(B) 171.2º 0.65% 0.91% -
XYZ 43.48 63.5 70.29 -
YUV 183.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 81 231 209 0.65 0 0.10 0.09 171.2 0.76 0.61
Hex 51 E7 D1 41 0 A 9 AB 4C 3D
Octal 121 347 321 101 0 12 11 253 114 75
Binary 1010001 11100111 11010001 1000001 0 1010 1001 10101011 1001100 111101

Color Harmonies of #51E7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E7D1

Black with #51E7D1

Text Example


Text Example

White with #51E7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,231,209); }

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

background-color css

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

 a { background-color: rgb(81,231,209); }

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

border-color css

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

 span { border-color: rgb(81,231,209); }

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