Html Css Color HEX #46ECB9 Turquoise

📋 copy color: '#46ECB9'

red 70 ◦ green 236 ◦ blue 185

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

Shades of Turquoise #46ECB9

Tints of Turquoise #46ECB9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 14.26%
G = 48.07%
B = 37.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#46ECB9 (or 0x46ECB9) is known color: Turquoise. HEX triplet: 46, EC and B9. RGB value is (70,236,185). Sum of RGB (Red+Green+Blue) = 70+236+185=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECB9 is #B91346. Grayscale: #B4B4B4. Windows color (decimal): -12129095 or 12184646. OLE color: 12184646.

HSL color Cylindrical-coordinate representation of color #46ECB9: hue angle of 161.57º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECB9 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 236 185 -
CMYK 0.70 0 0.22 0.07
HSL 161.57º 0.81% 0.6% -
HSV(B) 161.57º 0.7% 0.93% -
XYZ 41.28 64.8 56.23 -
YUV 180.55 130.5 49.15 -
System Red Green Blue C M Y K H S L
Decimal 70 236 185 0.70 0 0.22 0.07 161.57 0.81 0.6
Hex 46 EC B9 46 0 16 7 A2 51 3C
Octal 106 354 271 106 0 26 7 242 121 74
Binary 1000110 11101100 10111001 1000110 0 10110 111 10100010 1010001 111100

Color Harmonies of #46ECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ECB9

Black with #46ECB9

Text Example


Text Example

White with #46ECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,236,185); }

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

background-color css

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

 a { background-color: rgb(70,236,185); }

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

border-color css

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

 span { border-color: rgb(70,236,185); }

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