Html Css Color HEX #46D0B2 Medium Turquoise

📋 copy color: '#46D0B2'

red 70 ◦ green 208 ◦ blue 178

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

Shades of Medium Turquoise #46D0B2

Tints of Medium Turquoise #46D0B2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.61%

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 15.35%
G = 45.61%
B = 39.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#46D0B2 (or 0x46D0B2) is known color: Medium Turquoise. HEX triplet: 46, D0 and B2. RGB value is (70,208,178). Sum of RGB (Red+Green+Blue) = 70+208+178=456 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.35% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #46D0B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D0B2 is #B92F4D. Grayscale: #A3A3A3. Windows color (decimal): -12136270 or 11718726. OLE color: 11718726.

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

Color convert

RGB 70 208 178 -
CMYK 0.66 0 0.14 0.18
HSL 166.96º 0.59% 0.55% -
HSV(B) 166.96º 0.66% 0.82% -
XYZ 33.12 49.63 49.95 -
YUV 163.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 70 208 178 0.66 0 0.14 0.18 166.96 0.59 0.55
Hex 46 D0 B2 42 0 E 12 A7 3B 37
Octal 106 320 262 102 0 16 22 247 73 67
Binary 1000110 11010000 10110010 1000010 0 1110 10010 10100111 111011 110111

Color Harmonies of #46D0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D0B2

Black with #46D0B2

Text Example


Text Example

White with #46D0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,208,178); }

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

background-color css

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

 a { background-color: rgb(70,208,178); }

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

border-color css

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

 span { border-color: rgb(70,208,178); }

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