Html Css Color HEX #46EDB9 Turquoise

📋 copy color: '#46EDB9'

red 70 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #46EDB9

Tints of Turquoise #46EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 14.23%
G = 48.17%
B = 37.6%

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

#46EDB9 (or 0x46EDB9) is known color: Turquoise. HEX triplet: 46, ED and B9. RGB value is (70,237,185). Sum of RGB (Red+Green+Blue) = 70+237+185=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDB9 is #B91246. Grayscale: #B5B5B5. Windows color (decimal): -12128839 or 12184902. OLE color: 12184902.

HSL color Cylindrical-coordinate representation of color #46EDB9: hue angle of 161.32º degrees, saturation: 0.82, 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 #46EDB9 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 237 185 -
CMYK 0.70 0 0.22 0.07
HSL 161.32º 0.82% 0.6% -
HSV(B) 161.32º 0.7% 0.93% -
XYZ 41.57 65.37 56.33 -
YUV 181.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 70 237 185 0.70 0 0.22 0.07 161.32 0.82 0.6
Hex 46 ED B9 46 0 16 7 A1 52 3C
Octal 106 355 271 106 0 26 7 241 122 74
Binary 1000110 11101101 10111001 1000110 0 10110 111 10100001 1010010 111100

Color Harmonies of #46EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EDB9

Black with #46EDB9

Text Example


Text Example

White with #46EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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