#46D3CC

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

Shades of Medium Turquoise #46D3CC

Tints of Medium Turquoise #46D3CC

Color information

#46D3CC (or 0x46D3CC) is unknown color: approx Medium Turquoise. HEX triplet: 46, D3 and CC. RGB value is (70,211,204). Sum of RGB (Red+Green+Blue) = 70+211+204=485 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.43% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #46D3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D3CC is #B92C33. Grayscale: #A7A7A7. Windows color (decimal): -12135476 or 13423430. OLE color: 13423430.

HSL color Cylindrical-coordinate representation of color #46D3CC: hue angle of 177.02º 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 #46D3CC is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB70211204-
CMYK0.6700.030.17
HSL177.02º61.57%55.1%-
HSV(B)177.02º66.82%82.75%-
XYZ36.7252.2565.28-
YUV168.04148.2958.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.43%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=14.43%
G=43.51%
B=42.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal702112040.6700.030.17177.0261.5755.1
Hex46D3CC430311b13e37
Octal10632331410303212617667
Binary1000110110100111100110010000110111000110110001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,211,204); }

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

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

 a { background-color: rgb(70,211,204); }

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

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

 span { border-color: rgb(70,211,204); }

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