#46D9DB

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

Shades of Turquoise #46D9DB

Tints of Turquoise #46D9DB

Color information

#46D9DB (or 0x46D9DB) is unknown color: approx Turquoise. HEX triplet: 46, D9 and DB. RGB value is (70,217,219). Sum of RGB (Red+Green+Blue) = 70+217+219=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #46D9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9DB is #B92624. Grayscale: #ADADAD. Windows color (decimal): -12133925 or 14408006. OLE color: 14408006.

HSL color Cylindrical-coordinate representation of color #46D9DB: hue angle of 180.81º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D9DB is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70217219-
CMYK0.680.0100.14
HSL180.81º67.42%56.67%-
HSV(B)180.81º68.04%85.88%-
XYZ40.1256.0475.72-
YUV173.28153.854.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.83%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 219 (85.94% from 255) = 43.28%
R=13.83%
G=42.89%
B=43.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702172190.680.0100.14180.8167.4256.67
Hex46D9DB4410Eb54339
Octal106331333104101626510371
Binary100011011011001110110111000100101110101101011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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