#46D0D9

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

Shades of Medium Turquoise #46D0D9

Tints of Medium Turquoise #46D0D9

Color information

#46D0D9 (or 0x46D0D9) is unknown color: approx Medium Turquoise. HEX triplet: 46, D0 and D9. RGB value is (70,208,217). Sum of RGB (Red+Green+Blue) = 70+208+217=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #46D0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D0D9 is #B92F26. Grayscale: #A7A7A7. Windows color (decimal): -12136231 or 14274630. OLE color: 14274630.

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

Color convert

RGB70208217-
CMYK0.680.0400.15
HSL183.67º65.92%56.27%-
HSV(B)183.67º67.74%85.1%-
XYZ37.6151.4273.59-
YUV167.76155.7858.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=14.14%
G=42.02%
B=43.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal702082170.680.0400.15183.6765.9256.27
Hex46D0D94440Fb84238
Octal106320331104401727010270
Binary10001101101000011011001100010010001111101110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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