Html Css Color HEX #51EEC9 Turquoise

📋 copy color: '#51EEC9'

red 81 ◦ green 238 ◦ blue 201

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

Shades of Turquoise #51EEC9

Tints of Turquoise #51EEC9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.77%

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

R = 15.58%
G = 45.77%
B = 38.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#51EEC9 (or 0x51EEC9) is known color: Turquoise. HEX triplet: 51, EE and C9. RGB value is (81,238,201). Sum of RGB (Red+Green+Blue) = 81+238+201=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #51EEC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EEC9 is #AE1136. Grayscale: #BABABA. Windows color (decimal): -11407671 or 13233745. OLE color: 13233745.

HSL color Cylindrical-coordinate representation of color #51EEC9: hue angle of 165.86º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EEC9 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 238 201 -
CMYK 0.66 0 0.16 0.07
HSL 165.86º 0.82% 0.63% -
HSV(B) 165.86º 0.66% 0.93% -
XYZ 44.51 67.12 65.87 -
YUV 186.84 135.99 52.51 -
System Red Green Blue C M Y K H S L
Decimal 81 238 201 0.66 0 0.16 0.07 165.86 0.82 0.63
Hex 51 EE C9 42 0 10 7 A6 52 3F
Octal 121 356 311 102 0 20 7 246 122 77
Binary 1010001 11101110 11001001 1000010 0 10000 111 10100110 1010010 111111

Color Harmonies of #51EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EEC9

Black with #51EEC9

Text Example


Text Example

White with #51EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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