#51F9DE

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

Shades of Turquoise #51F9DE

Tints of Turquoise #51F9DE

Color information

#51F9DE (or 0x51F9DE) is unknown color: approx Turquoise. HEX triplet: 51, F9 and DE. RGB value is (81,249,222). Sum of RGB (Red+Green+Blue) = 81+249+222=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #51F9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F9DE is #AE0621. Grayscale: #C3C3C3. Windows color (decimal): -11404834 or 14612817. OLE color: 14612817.

HSL color Cylindrical-coordinate representation of color #51F9DE: hue angle of 170.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F9DE is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB81249222-
CMYK0.6700.110.02
HSL170.36º93.33%64.71%-
HSV(B)170.36º67.47%97.65%-
XYZ50.4574.7780.88-
YUV195.69142.8446.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 14.67%
GREEN value IS 249 (97.66% from 255) = 45.11%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=14.67%
G=45.11%
B=40.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal812492220.6700.110.02170.3693.3364.71
Hex51F9DE430B2aa5d41
Octal1213713361030132252135101
Binary10100011111100111011110100001101011101010101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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