Html Css Color HEX #46D1BA Medium Turquoise

📋 copy color: '#46D1BA'

red 70 ◦ green 209 ◦ blue 186

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

Shades of Medium Turquoise #46D1BA

Tints of Medium Turquoise #46D1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 15.05%
G = 44.95%
B = 40%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#46D1BA (or 0x46D1BA) is known color: Medium Turquoise. HEX triplet: 46, D1 and BA. RGB value is (70,209,186). Sum of RGB (Red+Green+Blue) = 70+209+186=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D1BA is #B92E45. Grayscale: #A4A4A4. Windows color (decimal): -12136006 or 12243270. OLE color: 12243270.

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

Color convert

RGB 70 209 186 -
CMYK 0.67 0 0.11 0.18
HSL 170.07º 0.6% 0.55% -
HSV(B) 170.07º 0.67% 0.82% -
XYZ 34.19 50.45 54.39 -
YUV 164.82 139.95 60.37 -
System Red Green Blue C M Y K H S L
Decimal 70 209 186 0.67 0 0.11 0.18 170.07 0.6 0.55
Hex 46 D1 BA 43 0 B 12 AA 3C 37
Octal 106 321 272 103 0 13 22 252 74 67
Binary 1000110 11010001 10111010 1000011 0 1011 10010 10101010 111100 110111

Color Harmonies of #46D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D1BA

Black with #46D1BA

Text Example


Text Example

White with #46D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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