#51DFD3

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

Shades of Turquoise #51DFD3

Tints of Turquoise #51DFD3

Color information

#51DFD3 (or 0x51DFD3) is unknown color: approx Turquoise. HEX triplet: 51, DF and D3. RGB value is (81,223,211). Sum of RGB (Red+Green+Blue) = 81+223+211=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFD3 is #AE202C. Grayscale: #B3B3B3. Windows color (decimal): -11411501 or 13885265. OLE color: 13885265.

HSL color Cylindrical-coordinate representation of color #51DFD3: hue angle of 174.93º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DFD3 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB81223211-
CMYK0.6400.050.13
HSL174.93º68.93%59.61%-
HSV(B)174.93º63.68%87.45%-
XYZ41.5459.2370.87-
YUV179.17145.9657.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.73%
GREEN value IS 223 (87.5% from 255) = 43.30%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=15.73%
G=43.30%
B=40.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal812232110.6400.050.13174.9368.9359.61
Hex51DFD34005Daf453c
Octal121337323100051525710574
Binary10100011101111111010011100000001011101101011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,223,211); }

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

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

 a { background-color: rgb(81,223,211); }

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

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

 span { border-color: rgb(81,223,211); }

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