Html Css Color HEX #46D9C8 Medium Turquoise

📋 copy color: '#46D9C8'

red 70 ◦ green 217 ◦ blue 200

#46D9C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #46D9C8

Tints of Medium Turquoise #46D9C8

RGB

 RED value IS 70 (27.73% from 255) = 14.37%

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 200 (78.52% from 255) = 41.07%

R = 14.37%
G = 44.56%
B = 41.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#46D9C8 (or 0x46D9C8) is known color: Medium Turquoise. HEX triplet: 46, D9 and C8. RGB value is (70,217,200). Sum of RGB (Red+Green+Blue) = 70+217+200=487 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.37% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #46D9C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D9C8 is #B92637. Grayscale: #ABABAB. Windows color (decimal): -12133944 or 13162822. OLE color: 13162822.

HSL color Cylindrical-coordinate representation of color #46D9C8: hue angle of 173.06º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D9C8 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 217 200 -
CMYK 0.68 0 0.08 0.15
HSL 173.06º 0.66% 0.56% -
HSV(B) 173.06º 0.68% 0.85% -
XYZ 37.76 55.1 63.29 -
YUV 171.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 70 217 200 0.68 0 0.08 0.15 173.06 0.66 0.56
Hex 46 D9 C8 44 0 8 F AD 42 38
Octal 106 331 310 104 0 10 17 255 102 70
Binary 1000110 11011001 11001000 1000100 0 1000 1111 10101101 1000010 111000

Color Harmonies of #46D9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D9C8

Black with #46D9C8

Text Example


Text Example

White with #46D9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,217,200); }

 H1.HeaderClassName
 {
   color: #46D9C8;
 }
 .AnyTagClassName
 {
   color: #46D9C8;
 }
</style>

background-color css

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

 a { background-color: rgb(70,217,200); }

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

border-color css

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

 span { border-color: rgb(70,217,200); }

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