Html Css Color HEX #46D1B3 Medium Turquoise

📋 copy color: '#46D1B3'

red 70 ◦ green 209 ◦ blue 179

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

Shades of Medium Turquoise #46D1B3

Tints of Medium Turquoise #46D1B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 15.28%
G = 45.63%
B = 39.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#46D1B3 (or 0x46D1B3) is known color: Medium Turquoise. HEX triplet: 46, D1 and B3. RGB value is (70,209,179). Sum of RGB (Red+Green+Blue) = 70+209+179=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1B3 is #B92E4C. Grayscale: #A4A4A4. Windows color (decimal): -12136013 or 11784518. OLE color: 11784518.

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

Color convert

RGB 70 209 179 -
CMYK 0.67 0 0.14 0.18
HSL 167.05º 0.6% 0.55% -
HSV(B) 167.05º 0.67% 0.82% -
XYZ 33.46 50.16 50.57 -
YUV 164.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 70 209 179 0.67 0 0.14 0.18 167.05 0.6 0.55
Hex 46 D1 B3 43 0 E 12 A7 3C 37
Octal 106 321 263 103 0 16 22 247 74 67
Binary 1000110 11010001 10110011 1000011 0 1110 10010 10100111 111100 110111

Color Harmonies of #46D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D1B3

Black with #46D1B3

Text Example


Text Example

White with #46D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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