Html Css Color HEX #46CEC9 Medium Turquoise

📋 copy color: '#46CEC9'

red 70 ◦ green 206 ◦ blue 201

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

Shades of Medium Turquoise #46CEC9

Tints of Medium Turquoise #46CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 14.68%
G = 43.19%
B = 42.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#46CEC9 (or 0x46CEC9) is known color: Medium Turquoise. HEX triplet: 46, CE and C9. RGB value is (70,206,201). Sum of RGB (Red+Green+Blue) = 70+206+201=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEC9 is #B93136. Grayscale: #A4A4A4. Windows color (decimal): -12136759 or 13225542. OLE color: 13225542.

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

Color convert

RGB 70 206 201 -
CMYK 0.66 0 0.02 0.19
HSL 177.79º 0.58% 0.54% -
HSV(B) 177.79º 0.66% 0.81% -
XYZ 35.14 49.66 62.99 -
YUV 164.77 148.44 60.41 -
System Red Green Blue C M Y K H S L
Decimal 70 206 201 0.66 0 0.02 0.19 177.79 0.58 0.54
Hex 46 CE C9 42 0 2 13 B2 3A 36
Octal 106 316 311 102 0 2 23 262 72 66
Binary 1000110 11001110 11001001 1000010 0 10 10011 10110010 111010 110110

Color Harmonies of #46CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEC9

Black with #46CEC9

Text Example


Text Example

White with #46CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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