Html Css Color HEX #46FAE0 Turquoise

📋 copy color: '#46FAE0'

red 70 ◦ green 250 ◦ blue 224

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

Shades of Turquoise #46FAE0

Tints of Turquoise #46FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 12.87%
G = 45.96%
B = 41.18%

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

#46FAE0 (or 0x46FAE0) is known color: Turquoise. HEX triplet: 46, FA and E0. RGB value is (70,250,224). Sum of RGB (Red+Green+Blue) = 70+250+224=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAE0 is #B9051F. Grayscale: #C1C1C1. Windows color (decimal): -12125472 or 14744134. OLE color: 14744134.

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

Color convert

RGB 70 250 224 -
CMYK 0.72 0 0.10 0.02
HSL 171.33º 0.95% 0.63% -
HSV(B) 171.33º 0.72% 0.98% -
XYZ 50.17 75.06 82.36 -
YUV 193.22 145.37 40.11 -
System Red Green Blue C M Y K H S L
Decimal 70 250 224 0.72 0 0.10 0.02 171.33 0.95 0.63
Hex 46 FA E0 48 0 A 2 AB 5F 3F
Octal 106 372 340 110 0 12 2 253 137 77
Binary 1000110 11111010 11100000 1001000 0 1010 10 10101011 1011111 111111

Color Harmonies of #46FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FAE0

Black with #46FAE0

Text Example


Text Example

White with #46FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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