Html Css Color HEX #46FFE5 Turquoise

📋 copy color: '#46FFE5'

red 70 ◦ green 255 ◦ blue 229

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

Shades of Turquoise #46FFE5

Tints of Turquoise #46FFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 12.64%
G = 46.03%
B = 41.34%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#46FFE5 (or 0x46FFE5) is known color: Turquoise. HEX triplet: 46, FF and E5. RGB value is (70,255,229). Sum of RGB (Red+Green+Blue) = 70+255+229=554 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.64% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFE5 is #B9001A. Grayscale: #C4C4C4. Windows color (decimal): -12124187 or 15073094. OLE color: 15073094.

HSL color Cylindrical-coordinate representation of color #46FFE5: hue angle of 171.57º 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 #46FFE5 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 70 255 229 -
CMYK 0.73 0 0.10 0
HSL 171.57º 1% 0.64% -
HSV(B) 171.57º 0.73% 1% -
XYZ 52.43 78.48 86.51 -
YUV 196.72 146.21 37.61 -
System Red Green Blue C M Y K H S L
Decimal 70 255 229 0.73 0 0.10 0 171.57 1 0.64
Hex 46 FF E5 49 0 A 0 AC 64 40
Octal 106 377 345 111 0 12 0 254 144 100
Binary 1000110 11111111 11100101 1001001 0 1010 0 10101100 1100100 1000000

Color Harmonies of #46FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFE5

Black with #46FFE5

Text Example


Text Example

White with #46FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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