#46D5DC

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

Shades of Medium Turquoise #46D5DC

Tints of Medium Turquoise #46D5DC

Color information

#46D5DC (or 0x46D5DC) is unknown color: approx Medium Turquoise. HEX triplet: 46, D5 and DC. RGB value is (70,213,220). Sum of RGB (Red+Green+Blue) = 70+213+220=503 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.92% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #46D5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5DC is #B92A23. Grayscale: #AAAAAA. Windows color (decimal): -12134948 or 14472518. OLE color: 14472518.

HSL color Cylindrical-coordinate representation of color #46D5DC: hue angle of 182.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D5DC is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB70213220-
CMYK0.680.0300.14
HSL182.8º68.18%56.86%-
HSV(B)182.8º68.18%86.27%-
XYZ39.2454.0676.08-
YUV171.04155.6255.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.92%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=13.92%
G=42.35%
B=43.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702132200.680.0300.14182.868.1856.86
Hex46D5DC4430Eb74439
Octal106325334104301626710471
Binary1000110110101011101110010001001101110101101111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,213,220); }

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

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

 a { background-color: rgb(70,213,220); }

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

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

 span { border-color: rgb(70,213,220); }

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