#51F6DE

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

Shades of Turquoise #51F6DE

Tints of Turquoise #51F6DE

Color information

#51F6DE (or 0x51F6DE) is unknown color: approx Turquoise. HEX triplet: 51, F6 and DE. RGB value is (81,246,222). Sum of RGB (Red+Green+Blue) = 81+246+222=549 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.75% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #51F6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F6DE is #AE0921. Grayscale: #C1C1C1. Windows color (decimal): -11405602 or 14612049. OLE color: 14612049.

HSL color Cylindrical-coordinate representation of color #51F6DE: hue angle of 171.27º 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 #51F6DE is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB81246222-
CMYK0.6700.100.04
HSL171.27º90.16%64.12%-
HSV(B)171.27º67.07%96.47%-
XYZ49.5372.9380.57-
YUV193.93143.8447.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.75%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=14.75%
G=44.81%
B=40.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812462220.6700.100.04171.2790.1664.12
Hex51F6DE430A4ab5a40
Octal1213663361030124253132100
Binary101000111110110110111101000011010101001010101110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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