Html Css Color HEX #46CEC5 Medium Turquoise

📋 copy color: '#46CEC5'

red 70 ◦ green 206 ◦ blue 197

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

Shades of Medium Turquoise #46CEC5

Tints of Medium Turquoise #46CEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 14.8%
G = 43.55%
B = 41.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#46CEC5 (or 0x46CEC5) is known color: Medium Turquoise. HEX triplet: 46, CE and C5. RGB value is (70,206,197). Sum of RGB (Red+Green+Blue) = 70+206+197=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEC5 is #B9313A. Grayscale: #A4A4A4. Windows color (decimal): -12136763 or 12963398. OLE color: 12963398.

HSL color Cylindrical-coordinate representation of color #46CEC5: hue angle of 176.03º 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 #46CEC5 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 206 197 -
CMYK 0.66 0 0.04 0.19
HSL 176.03º 0.58% 0.54% -
HSV(B) 176.03º 0.66% 0.81% -
XYZ 34.68 49.48 60.55 -
YUV 164.31 146.44 60.73 -
System Red Green Blue C M Y K H S L
Decimal 70 206 197 0.66 0 0.04 0.19 176.03 0.58 0.54
Hex 46 CE C5 42 0 4 13 B0 3A 36
Octal 106 316 305 102 0 4 23 260 72 66
Binary 1000110 11001110 11000101 1000010 0 100 10011 10110000 111010 110110

Color Harmonies of #46CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEC5

Black with #46CEC5

Text Example


Text Example

White with #46CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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