#46DDCA

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

Shades of Turquoise #46DDCA

Tints of Turquoise #46DDCA

Color information

#46DDCA (or 0x46DDCA) is unknown color: approx Turquoise. HEX triplet: 46, DD and CA. RGB value is (70,221,202). Sum of RGB (Red+Green+Blue) = 70+221+202=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDCA is #B92235. Grayscale: #ADADAD. Windows color (decimal): -12132918 or 13294918. OLE color: 13294918.

HSL color Cylindrical-coordinate representation of color #46DDCA: hue angle of 172.45º 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 #46DDCA is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB70221202-
CMYK0.6800.090.13
HSL172.45º68.95%57.06%-
HSV(B)172.45º68.33%86.67%-
XYZ39.0457.2864.88-
YUV173.68143.9754.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.20%
GREEN value IS 221 (86.72% from 255) = 44.83%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=14.20%
G=44.83%
B=40.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702212020.6800.090.13172.4568.9557.06
Hex46DDCA4409Dac4539
Octal1063353121040111525410571
Binary100011011011101110010101000100010011101101011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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