#46D2D7

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

Shades of Medium Turquoise #46D2D7

Tints of Medium Turquoise #46D2D7

Color information

#46D2D7 (or 0x46D2D7) is unknown color: approx Medium Turquoise. HEX triplet: 46, D2 and D7. RGB value is (70,210,215). Sum of RGB (Red+Green+Blue) = 70+210+215=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #46D2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D2D7 is #B92D28. Grayscale: #A8A8A8. Windows color (decimal): -12135721 or 14144070. OLE color: 14144070.

HSL color Cylindrical-coordinate representation of color #46D2D7: hue angle of 182.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D2D7 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70210215-
CMYK0.670.0200.16
HSL182.07º64.44%55.88%-
HSV(B)182.07º67.44%84.31%-
XYZ37.8452.372.39-
YUV168.71154.1257.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=14.14%
G=42.42%
B=43.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702102150.670.0200.16182.0764.4455.88
Hex46D2D7432010b64038
Octal106322327103202026610070
Binary10001101101001011010111100001110010000101101101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,210,215); }

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

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

 a { background-color: rgb(70,210,215); }

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

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

 span { border-color: rgb(70,210,215); }

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