#46FADF

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

Shades of Turquoise #46FADF

Tints of Turquoise #46FADF

Color information

#46FADF (or 0x46FADF) is unknown color: approx Turquoise. HEX triplet: 46, FA and DF. RGB value is (70,250,223). Sum of RGB (Red+Green+Blue) = 70+250+223=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #46FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FADF is #B90520. Grayscale: #C1C1C1. Windows color (decimal): -12125473 or 14678598. OLE color: 14678598.

HSL color Cylindrical-coordinate representation of color #46FADF: hue angle of 171º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FADF is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB70250223-
CMYK0.7200.110.02
HSL171º94.74%62.75%-
HSV(B)171º72%98.04%-
XYZ50.037581.65-
YUV193.1144.8740.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.89%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=12.89%
G=46.04%
B=41.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702502230.7200.110.0217194.7462.75
Hex46FADF480B2ab5f3f
Octal106372337110013225313777
Binary1000110111110101101111110010000101110101010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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