#51F6E6

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

Shades of Turquoise #51F6E6

Tints of Turquoise #51F6E6

Color information

#51F6E6 (or 0x51F6E6) is unknown color: approx Turquoise. HEX triplet: 51, F6 and E6. RGB value is (81,246,230). Sum of RGB (Red+Green+Blue) = 81+246+230=557 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.54% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #51F6E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51F6E6 is #AE0919. Grayscale: #C2C2C2. Windows color (decimal): -11405594 or 15136337. OLE color: 15136337.

HSL color Cylindrical-coordinate representation of color #51F6E6: hue angle of 174.18º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F6E6 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB81246230-
CMYK0.6700.070.04
HSL174.18º90.16%64.12%-
HSV(B)174.18º67.07%96.47%-
XYZ50.6373.3786.36-
YUV194.84147.8446.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.54%
GREEN value IS 246 (96.48% from 255) = 44.17%
BLUE value IS 230 (90.23% from 255) = 41.29%
R=14.54%
G=44.17%
B=41.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812462300.6700.070.04174.1890.1664.12
Hex51F6E643074ae5a40
Octal121366346103074256132100
Binary10100011111011011100110100001101111001010111010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,246,230); }

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

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

 a { background-color: rgb(81,246,230); }

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

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

 span { border-color: rgb(81,246,230); }

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