#46D9E1

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

Shades of Turquoise #46D9E1

Tints of Turquoise #46D9E1

Color information

#46D9E1 (or 0x46D9E1) is unknown color: approx Turquoise. HEX triplet: 46, D9 and E1. RGB value is (70,217,225). Sum of RGB (Red+Green+Blue) = 70+217+225=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #46D9E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9E1 is #B9261E. Grayscale: #ADADAD. Windows color (decimal): -12133919 or 14801222. OLE color: 14801222.

HSL color Cylindrical-coordinate representation of color #46D9E1: hue angle of 183.1º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46D9E1 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB70217225-
CMYK0.690.0400.12
HSL183.1º72.09%57.84%-
HSV(B)183.1º68.89%88.24%-
XYZ40.9356.3679.96-
YUV173.96156.853.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.67%
GREEN value IS 217 (85.16% from 255) = 42.38%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=13.67%
G=42.38%
B=43.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702172250.690.0400.12183.172.0957.84
Hex46D9E14540Cb7483a
Octal106331341105401426711072
Binary10001101101100111100001100010110001100101101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,217,225); }

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

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

 a { background-color: rgb(70,217,225); }

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

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

 span { border-color: rgb(70,217,225); }

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