#46D5C4

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

Shades of Medium Turquoise #46D5C4

Tints of Medium Turquoise #46D5C4

Color information

#46D5C4 (or 0x46D5C4) is unknown color: approx Medium Turquoise. HEX triplet: 46, D5 and C4. RGB value is (70,213,196). Sum of RGB (Red+Green+Blue) = 70+213+196=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5C4 is #B92A3B. Grayscale: #A8A8A8. Windows color (decimal): -12134972 or 12899654. OLE color: 12899654.

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

Color convert

RGB70213196-
CMYK0.6700.080.16
HSL172.87º63%55.49%-
HSV(B)172.87º67.14%83.53%-
XYZ36.2852.8860.52-
YUV168.3143.6257.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.61%
GREEN value IS 213 (83.59% from 255) = 44.47%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=14.61%
G=44.47%
B=40.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702131960.6700.080.16172.876355.49
Hex46D5C4430810ad3f37
Octal106325304103010202557767
Binary100011011010101110001001000011010001000010101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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