Html Css Color HEX #46CEB7 Medium Turquoise

📋 copy color: '#46CEB7'

red 70 ◦ green 206 ◦ blue 183

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

Shades of Medium Turquoise #46CEB7

Tints of Medium Turquoise #46CEB7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.88%

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 15.25%
G = 44.88%
B = 39.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#46CEB7 (or 0x46CEB7) is known color: Medium Turquoise. HEX triplet: 46, CE and B7. RGB value is (70,206,183). Sum of RGB (Red+Green+Blue) = 70+206+183=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEB7 is #B93148. Grayscale: #A2A2A2. Windows color (decimal): -12136777 or 12045894. OLE color: 12045894.

HSL color Cylindrical-coordinate representation of color #46CEB7: hue angle of 169.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEB7 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 206 183 -
CMYK 0.66 0 0.11 0.19
HSL 169.85º 0.58% 0.54% -
HSV(B) 169.85º 0.66% 0.81% -
XYZ 33.14 48.86 52.48 -
YUV 162.71 139.44 61.87 -
System Red Green Blue C M Y K H S L
Decimal 70 206 183 0.66 0 0.11 0.19 169.85 0.58 0.54
Hex 46 CE B7 42 0 B 13 AA 3A 36
Octal 106 316 267 102 0 13 23 252 72 66
Binary 1000110 11001110 10110111 1000010 0 1011 10011 10101010 111010 110110

Color Harmonies of #46CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEB7

Black with #46CEB7

Text Example


Text Example

White with #46CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,206,183); }

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

background-color css

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

 a { background-color: rgb(70,206,183); }

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

border-color css

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

 span { border-color: rgb(70,206,183); }

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