#46CAD4

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

Shades of Medium Turquoise #46CAD4

Tints of Medium Turquoise #46CAD4

Color information

#46CAD4 (or 0x46CAD4) is unknown color: approx Medium Turquoise. HEX triplet: 46, CA and D4. RGB value is (70,202,212). Sum of RGB (Red+Green+Blue) = 70+202+212=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #46CAD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CAD4 is #B9352B. Grayscale: #A3A3A3. Windows color (decimal): -12137772 or 13945414. OLE color: 13945414.

HSL color Cylindrical-coordinate representation of color #46CAD4: hue angle of 184.23º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46CAD4 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70202212-
CMYK0.670.0500.17
HSL184.23º62.28%55.29%-
HSV(B)184.23º66.98%83.14%-
XYZ35.5348.369.74-
YUV163.67155.2761.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.46%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=14.46%
G=41.74%
B=43.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal702022120.670.0500.17184.2362.2855.29
Hex46CAD4435011b83e37
Octal10631232410350212707667
Binary10001101100101011010100100001110101000110111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,202,212); }

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

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

 a { background-color: rgb(70,202,212); }

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

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

 span { border-color: rgb(70,202,212); }

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