#46D8DD

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

Shades of Medium Turquoise #46D8DD

Tints of Medium Turquoise #46D8DD

Color information

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

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

Color convert

RGB70216221-
CMYK0.680.0200.13
HSL181.99º68.95%57.06%-
HSV(B)181.99º68.33%86.67%-
XYZ40.1355.6377.03-
YUV172.92155.1354.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702162210.680.0200.13181.9968.9557.06
Hex46D8DD4420Db64539
Octal106330335104201526610571
Binary1000110110110001101110110001001001101101101101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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