Html Css Color HEX #46EAB9 Turquoise

📋 copy color: '#46EAB9'

red 70 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #46EAB9

Tints of Turquoise #46EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.85%

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

R = 14.31%
G = 47.85%
B = 37.83%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#46EAB9 (or 0x46EAB9) is known color: Turquoise. HEX triplet: 46, EA and B9. RGB value is (70,234,185). Sum of RGB (Red+Green+Blue) = 70+234+185=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #46EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EAB9 is #B91546. Grayscale: #B3B3B3. Windows color (decimal): -12129607 or 12184134. OLE color: 12184134.

HSL color Cylindrical-coordinate representation of color #46EAB9: hue angle of 162.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46EAB9 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 70 234 185 -
CMYK 0.70 0 0.21 0.08
HSL 162.07º 0.8% 0.6% -
HSV(B) 162.07º 0.7% 0.92% -
XYZ 40.71 63.65 56.04 -
YUV 179.38 131.17 49.98 -
System Red Green Blue C M Y K H S L
Decimal 70 234 185 0.70 0 0.21 0.08 162.07 0.8 0.6
Hex 46 EA B9 46 0 15 8 A2 50 3C
Octal 106 352 271 106 0 25 10 242 120 74
Binary 1000110 11101010 10111001 1000110 0 10101 1000 10100010 1010000 111100

Color Harmonies of #46EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EAB9

Black with #46EAB9

Text Example


Text Example

White with #46EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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