Html Css Color HEX #46FFE9 Turquoise

📋 copy color: '#46FFE9'

red 70 ◦ green 255 ◦ blue 233

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

Shades of Turquoise #46FFE9

Tints of Turquoise #46FFE9

RGB

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

 GREEN value IS 255 (100% from 255) = 45.7%

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 12.54%
G = 45.7%
B = 41.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#46FFE9 (or 0x46FFE9) is known color: Turquoise. HEX triplet: 46, FF and E9. RGB value is (70,255,233). Sum of RGB (Red+Green+Blue) = 70+255+233=558 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.54% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FFE9 is #B90016. Grayscale: #C5C5C5. Windows color (decimal): -12124183 or 15335238. OLE color: 15335238.

HSL color Cylindrical-coordinate representation of color #46FFE9: hue angle of 172.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFE9 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 70 255 233 -
CMYK 0.73 0 0.09 0
HSL 172.86º 1% 0.64% -
HSV(B) 172.86º 0.73% 1% -
XYZ 52.99 78.71 89.49 -
YUV 197.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 70 255 233 0.73 0 0.09 0 172.86 1 0.64
Hex 46 FF E9 49 0 9 0 AD 64 40
Octal 106 377 351 111 0 11 0 255 144 100
Binary 1000110 11111111 11101001 1001001 0 1001 0 10101101 1100100 1000000

Color Harmonies of #46FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFE9

Black with #46FFE9

Text Example


Text Example

White with #46FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,255,233); }

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

background-color css

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

 a { background-color: rgb(70,255,233); }

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

border-color css

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

 span { border-color: rgb(70,255,233); }

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