#46D8EC

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

Shades of Turquoise #46D8EC

Tints of Turquoise #46D8EC

Color information

#46D8EC (or 0x46D8EC) is unknown color: approx Turquoise. HEX triplet: 46, D8 and EC. RGB value is (70,216,236). Sum of RGB (Red+Green+Blue) = 70+216+236=522 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.41% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #46D8EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D8EC is #B92713. Grayscale: #AEAEAE. Windows color (decimal): -12134164 or 15521862. OLE color: 15521862.

HSL color Cylindrical-coordinate representation of color #46D8EC: hue angle of 187.23º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D8EC is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70216236-
CMYK0.700.0800.07
HSL187.23º81.37%60%-
HSV(B)187.23º70.34%92.55%-
XYZ42.2256.4788.03-
YUV174.63162.6353.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.41%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 236 (92.58% from 255) = 45.21%
R=13.41%
G=41.38%
B=45.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal702162360.700.0800.07187.2381.3760
Hex46D8EC46807bb513c
Octal106330354106100727312174
Binary10001101101100011101100100011010000111101110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,216,236); }

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

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

 a { background-color: rgb(70,216,236); }

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

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

 span { border-color: rgb(70,216,236); }

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