#46DAE5

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

Shades of Turquoise #46DAE5

Tints of Turquoise #46DAE5

Color information

#46DAE5 (or 0x46DAE5) is unknown color: approx Turquoise. HEX triplet: 46, DA and E5. RGB value is (70,218,229). Sum of RGB (Red+Green+Blue) = 70+218+229=517 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.54% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #46DAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DAE5 is #B9251A. Grayscale: #AEAEAE. Windows color (decimal): -12133659 or 15063622. OLE color: 15063622.

HSL color Cylindrical-coordinate representation of color #46DAE5: hue angle of 184.15º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DAE5 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB70218229-
CMYK0.690.0500.10
HSL184.15º75.36%58.63%-
HSV(B)184.15º69.43%89.8%-
XYZ41.7457.182.95-
YUV175158.4753.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.54%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 229 (89.84% from 255) = 44.29%
R=13.54%
G=42.17%
B=44.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal702182290.690.0500.10184.1575.3658.63
Hex46DAE54550Ab84b3b
Octal106332345105501227011373
Binary10001101101101011100101100010110101010101110001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,218,229); }

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

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

 a { background-color: rgb(70,218,229); }

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

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

 span { border-color: rgb(70,218,229); }

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