#46DDD8

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

Shades of Turquoise #46DDD8

Tints of Turquoise #46DDD8

Color information

#46DDD8 (or 0x46DDD8) is unknown color: approx Turquoise. HEX triplet: 46, DD and D8. RGB value is (70,221,216). Sum of RGB (Red+Green+Blue) = 70+221+216=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDD8 is #B92227. Grayscale: #AFAFAF. Windows color (decimal): -12132904 or 14212422. OLE color: 14212422.

HSL color Cylindrical-coordinate representation of color #46DDD8: hue angle of 178.01º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDD8 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB70221216-
CMYK0.6800.020.13
HSL178.01º68.95%57.06%-
HSV(B)178.01º68.33%86.67%-
XYZ40.7857.9774.01-
YUV175.28150.9752.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.81%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=13.81%
G=43.59%
B=42.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702212160.6800.020.13178.0168.9557.06
Hex46DDD84402Db24539
Octal106335330104021526210571
Binary1000110110111011101100010001000101101101100101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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