#46FFDF

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

Shades of Turquoise #46FFDF

Tints of Turquoise #46FFDF

Color information

#46FFDF (or 0x46FFDF) is unknown color: approx Turquoise. HEX triplet: 46, FF and DF. RGB value is (70,255,223). Sum of RGB (Red+Green+Blue) = 70+255+223=548 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.77% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFDF is #B90020. Grayscale: #C3C3C3. Windows color (decimal): -12124193 or 14679878. OLE color: 14679878.

HSL color Cylindrical-coordinate representation of color #46FFDF: hue angle of 169.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFDF is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB70255223-
CMYK0.7300.130
HSL169.62º100%63.73%-
HSV(B)169.62º72.55%100%-
XYZ51.6178.1582.18-
YUV196.04143.2138.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.77%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=12.77%
G=46.53%
B=40.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702552230.7300.130169.6210063.73
Hex46FFDF490D0aa6440
Octal1063773371110150252144100
Binary1000110111111111101111110010010110101010101011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FFDF; }

 p { color: rgb(70,255,223); }

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

<style>
 a { background-color: #46FFDF; }

 a { background-color: rgb(70,255,223); }

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

<style>
 span { border-color: #46FFDF; }

 span { border-color: rgb(70,255,223); }

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