#51F1E5

Color #51F1E5 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #51F1E5

Tints of Turquoise #51F1E5

Color information

#51F1E5 (or 0x51F1E5) is unknown color: approx Turquoise. HEX triplet: 51, F1 and E5. RGB value is (81,241,229). Sum of RGB (Red+Green+Blue) = 81+241+229=551 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.70% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F1E5 is #AE0E1A. Grayscale: #BFBFBF. Windows color (decimal): -11406875 or 15069521. OLE color: 15069521.

HSL color Cylindrical-coordinate representation of color #51F1E5: hue angle of 175.5º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51F1E5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB81241229-
CMYK0.6600.050.05
HSL175.5º85.11%63.14%-
HSV(B)175.5º66.39%94.51%-
XYZ48.9970.3285.12-
YUV191.79148.9948.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.70%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=14.70%
G=43.74%
B=41.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal812412290.6600.050.05175.585.1163.14
Hex51F1E542055b0553f
Octal12136134510205526012577
Binary1010001111100011110010110000100101101101100001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,241,229); }

 H1.HeaderClassName
 {
   color: #51F1E5;
 }
 .AnyTagClassName
 {
   color: #51F1E5;
 }
</style>
background-color css

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

 a { background-color: rgb(81,241,229); }

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

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

 span { border-color: rgb(81,241,229); }

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