#46FAD0

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

Shades of Turquoise #46FAD0

Tints of Turquoise #46FAD0

Color information

#46FAD0 (or 0x46FAD0) is unknown color: approx Turquoise. HEX triplet: 46, FA and D0. RGB value is (70,250,208). Sum of RGB (Red+Green+Blue) = 70+250+208=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAD0 is #B9052F. Grayscale: #BFBFBF. Windows color (decimal): -12125488 or 13695558. OLE color: 13695558.

HSL color Cylindrical-coordinate representation of color #46FAD0: hue angle of 166º 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 #46FAD0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB70250208-
CMYK0.7200.170.02
HSL166º94.74%62.75%-
HSV(B)166º72%98.04%-
XYZ48.174.2371.47-
YUV191.39137.3741.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.26%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=13.26%
G=47.35%
B=39.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702502080.7200.170.0216694.7462.75
Hex46FAD0480112a65f3f
Octal106372320110021224613777
Binary10001101111101011010000100100001000110101001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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