#46C6DF

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

Shades of Medium Turquoise #46C6DF

Tints of Medium Turquoise #46C6DF

Color information

#46C6DF (or 0x46C6DF) is unknown color: approx Medium Turquoise. HEX triplet: 46, C6 and DF. RGB value is (70,198,223). Sum of RGB (Red+Green+Blue) = 70+198+223=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #46C6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C6DF is #B93920. Grayscale: #A2A2A2. Windows color (decimal): -12138785 or 14665286. OLE color: 14665286.

HSL color Cylindrical-coordinate representation of color #46C6DF: hue angle of 189.8º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46C6DF is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70198223-
CMYK0.690.1100.13
HSL189.8º70.51%57.45%-
HSV(B)189.8º68.61%87.45%-
XYZ36.0447.0276.99-
YUV162.58162.0961.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.26%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=14.26%
G=40.33%
B=45.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701982230.690.1100.13189.870.5157.45
Hex46C6DF45B0Dbe4739
Octal1063063371051301527610771
Binary100011011000110110111111000101101101101101111101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,198,223); }

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

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

 a { background-color: rgb(70,198,223); }

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

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

 span { border-color: rgb(70,198,223); }

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