#46D9C9

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

Shades of Medium Turquoise #46D9C9

Tints of Medium Turquoise #46D9C9

Color information

#46D9C9 (or 0x46D9C9) is unknown color: approx Medium Turquoise. HEX triplet: 46, D9 and C9. RGB value is (70,217,201). Sum of RGB (Red+Green+Blue) = 70+217+201=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #46D9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9C9 is #B92636. Grayscale: #ABABAB. Windows color (decimal): -12133943 or 13228358. OLE color: 13228358.

HSL color Cylindrical-coordinate representation of color #46D9C9: hue angle of 173.47º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D9C9 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB70217201-
CMYK0.6800.070.15
HSL173.47º65.92%56.27%-
HSV(B)173.47º67.74%85.1%-
XYZ37.8855.1463.91-
YUV171.22144.855.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.34%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=14.34%
G=44.47%
B=41.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702172010.6800.070.15173.4765.9256.27
Hex46D9C94407Fad4238
Octal106331311104071725510270
Binary10001101101100111001001100010001111111101011011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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