Html Css Color HEX #46D1C2 Medium Turquoise

📋 copy color: '#46D1C2'

red 70 ◦ green 209 ◦ blue 194

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

Shades of Medium Turquoise #46D1C2

Tints of Medium Turquoise #46D1C2

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.19%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 14.8%
G = 44.19%
B = 41.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#46D1C2 (or 0x46D1C2) is known color: Medium Turquoise. HEX triplet: 46, D1 and C2. RGB value is (70,209,194). Sum of RGB (Red+Green+Blue) = 70+209+194=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1C2 is #B92E3D. Grayscale: #A5A5A5. Windows color (decimal): -12135998 or 12767558. OLE color: 12767558.

HSL color Cylindrical-coordinate representation of color #46D1C2: hue angle of 173.53º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D1C2 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 209 194 -
CMYK 0.67 0 0.07 0.18
HSL 173.53º 0.6% 0.55% -
HSV(B) 173.53º 0.67% 0.82% -
XYZ 35.06 50.8 59 -
YUV 165.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 70 209 194 0.67 0 0.07 0.18 173.53 0.6 0.55
Hex 46 D1 C2 43 0 7 12 AE 3C 37
Octal 106 321 302 103 0 7 22 256 74 67
Binary 1000110 11010001 11000010 1000011 0 111 10010 10101110 111100 110111

Color Harmonies of #46D1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D1C2

Black with #46D1C2

Text Example


Text Example

White with #46D1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,209,194); }

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

background-color css

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

 a { background-color: rgb(70,209,194); }

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

border-color css

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

 span { border-color: rgb(70,209,194); }

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