Html Css Color HEX #46F9E3 Turquoise

📋 copy color: '#46F9E3'

red 70 ◦ green 249 ◦ blue 227

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

Shades of Turquoise #46F9E3

Tints of Turquoise #46F9E3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.6%

 BLUE value IS 227 (89.06% from 255) = 41.58%

R = 12.82%
G = 45.6%
B = 41.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#46F9E3 (or 0x46F9E3) is known color: Turquoise. HEX triplet: 46, F9 and E3. RGB value is (70,249,227). Sum of RGB (Red+Green+Blue) = 70+249+227=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F9E3 is #B9061C. Grayscale: #C0C0C0. Windows color (decimal): -12125725 or 14940486. OLE color: 14940486.

HSL color Cylindrical-coordinate representation of color #46F9E3: hue angle of 172.63º degrees, saturation: 0.94, 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 #46F9E3 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 249 227 -
CMYK 0.72 0 0.09 0.02
HSL 172.63º 0.94% 0.63% -
HSV(B) 172.63º 0.72% 0.98% -
XYZ 50.27 74.6 84.42 -
YUV 192.97 147.2 40.29 -
System Red Green Blue C M Y K H S L
Decimal 70 249 227 0.72 0 0.09 0.02 172.63 0.94 0.63
Hex 46 F9 E3 48 0 9 2 AD 5E 3F
Octal 106 371 343 110 0 11 2 255 136 77
Binary 1000110 11111001 11100011 1001000 0 1001 10 10101101 1011110 111111

Color Harmonies of #46F9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F9E3

Black with #46F9E3

Text Example


Text Example

White with #46F9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,249,227); }

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

background-color css

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

 a { background-color: rgb(70,249,227); }

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

border-color css

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

 span { border-color: rgb(70,249,227); }

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