#46DDCB

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

Shades of Turquoise #46DDCB

Tints of Turquoise #46DDCB

Color information

#46DDCB (or 0x46DDCB) is unknown color: approx Turquoise. HEX triplet: 46, DD and CB. RGB value is (70,221,203). Sum of RGB (Red+Green+Blue) = 70+221+203=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDCB is #B92234. Grayscale: #ADADAD. Windows color (decimal): -12132917 or 13360454. OLE color: 13360454.

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

Color convert

RGB70221203-
CMYK0.6800.080.13
HSL172.85º68.95%57.06%-
HSV(B)172.85º68.33%86.67%-
XYZ39.1657.3365.5-
YUV173.8144.4753.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.17%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 203 (79.69% from 255) = 41.09%
R=14.17%
G=44.74%
B=41.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702212030.6800.080.13172.8568.9557.06
Hex46DDCB4408Dad4539
Octal1063353131040101525510571
Binary100011011011101110010111000100010001101101011011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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