Html Css Color HEX #46FAE2 Turquoise

📋 copy color: '#46FAE2'

red 70 ◦ green 250 ◦ blue 226

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

Shades of Turquoise #46FAE2

Tints of Turquoise #46FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.79%

 BLUE value IS 226 (88.67% from 255) = 41.39%

R = 12.82%
G = 45.79%
B = 41.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#46FAE2 (or 0x46FAE2) is known color: Turquoise. HEX triplet: 46, FA and E2. RGB value is (70,250,226). Sum of RGB (Red+Green+Blue) = 70+250+226=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAE2 is #B9051D. Grayscale: #C1C1C1. Windows color (decimal): -12125470 or 14875206. OLE color: 14875206.

HSL color Cylindrical-coordinate representation of color #46FAE2: hue angle of 172º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FAE2 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 250 226 -
CMYK 0.72 0 0.10 0.02
HSL 172º 0.95% 0.63% -
HSV(B) 172º 0.72% 0.98% -
XYZ 50.44 75.16 83.8 -
YUV 193.44 146.37 39.95 -
System Red Green Blue C M Y K H S L
Decimal 70 250 226 0.72 0 0.10 0.02 172 0.95 0.63
Hex 46 FA E2 48 0 A 2 AC 5F 3F
Octal 106 372 342 110 0 12 2 254 137 77
Binary 1000110 11111010 11100010 1001000 0 1010 10 10101100 1011111 111111

Color Harmonies of #46FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FAE2

Black with #46FAE2

Text Example


Text Example

White with #46FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,250,226); }

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

background-color css

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

 a { background-color: rgb(70,250,226); }

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

border-color css

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

 span { border-color: rgb(70,250,226); }

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