#46DDE1

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

Shades of Turquoise #46DDE1

Tints of Turquoise #46DDE1

Color information

#46DDE1 (or 0x46DDE1) is unknown color: approx Turquoise. HEX triplet: 46, DD and E1. RGB value is (70,221,225). Sum of RGB (Red+Green+Blue) = 70+221+225=516 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.57% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #46DDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDE1 is #B9221E. Grayscale: #B0B0B0. Windows color (decimal): -12132895 or 14802246. OLE color: 14802246.

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

Color convert

RGB70221225-
CMYK0.690.0200.12
HSL181.55º72.09%57.84%-
HSV(B)181.55º68.89%88.24%-
XYZ41.9758.4580.3-
YUV176.31155.4752.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.57%
GREEN value IS 221 (86.72% from 255) = 42.83%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=13.57%
G=42.83%
B=43.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702212250.690.0200.12181.5572.0957.84
Hex46DDE14520Cb6483a
Octal106335341105201426611072
Binary1000110110111011110000110001011001100101101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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