Html Css Color HEX #51E9C9 Turquoise

📋 copy color: '#51E9C9'

red 81 ◦ green 233 ◦ blue 201

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

Shades of Turquoise #51E9C9

Tints of Turquoise #51E9C9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 15.73%
G = 45.24%
B = 39.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#51E9C9 (or 0x51E9C9) is known color: Turquoise. HEX triplet: 51, E9 and C9. RGB value is (81,233,201). Sum of RGB (Red+Green+Blue) = 81+233+201=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9C9 is #AE1636. Grayscale: #B7B7B7. Windows color (decimal): -11408951 or 13232465. OLE color: 13232465.

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

Color convert

RGB 81 233 201 -
CMYK 0.65 0 0.14 0.09
HSL 167.37º 0.78% 0.62% -
HSV(B) 167.37º 0.65% 0.91% -
XYZ 43.07 64.24 65.39 -
YUV 183.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 81 233 201 0.65 0 0.14 0.09 167.37 0.78 0.62
Hex 51 E9 C9 41 0 E 9 A7 4E 3E
Octal 121 351 311 101 0 16 11 247 116 76
Binary 1010001 11101001 11001001 1000001 0 1110 1001 10100111 1001110 111110

Color Harmonies of #51E9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E9C9

Black with #51E9C9

Text Example


Text Example

White with #51E9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,233,201); }

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

background-color css

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

 a { background-color: rgb(81,233,201); }

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

border-color css

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

 span { border-color: rgb(81,233,201); }

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