Html Css Color HEX #46EFAE Turquoise

📋 copy color: '#46EFAE'

red 70 ◦ green 239 ◦ blue 174

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

Shades of Turquoise #46EFAE

Tints of Turquoise #46EFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 14.49%
G = 49.48%
B = 36.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#46EFAE (or 0x46EFAE) is known color: Turquoise. HEX triplet: 46, EF and AE. RGB value is (70,239,174). Sum of RGB (Red+Green+Blue) = 70+239+174=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #46EFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EFAE is #B91051. Grayscale: #B5B5B5. Windows color (decimal): -12128338 or 11464518. OLE color: 11464518.

HSL color Cylindrical-coordinate representation of color #46EFAE: hue angle of 156.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EFAE is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 239 174 -
CMYK 0.71 0 0.27 0.06
HSL 156.92º 0.84% 0.61% -
HSV(B) 156.92º 0.71% 0.94% -
XYZ 41.03 66.09 50.64 -
YUV 181.06 124.01 48.79 -
System Red Green Blue C M Y K H S L
Decimal 70 239 174 0.71 0 0.27 0.06 156.92 0.84 0.61
Hex 46 EF AE 47 0 1B 6 9D 54 3D
Octal 106 357 256 107 0 33 6 235 124 75
Binary 1000110 11101111 10101110 1000111 0 11011 110 10011101 1010100 111101

Color Harmonies of #46EFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EFAE

Black with #46EFAE

Text Example


Text Example

White with #46EFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,239,174); }

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

background-color css

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

 a { background-color: rgb(70,239,174); }

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

border-color css

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

 span { border-color: rgb(70,239,174); }

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