Html Css Color HEX #46E0FA Turquoise Blue

📋 copy color: '#46E0FA'

red 70 ◦ green 224 ◦ blue 250

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

Shades of Turquoise Blue #46E0FA

Tints of Turquoise Blue #46E0FA

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46E0FA (or 0x46E0FA) is known color: Turquoise Blue. HEX triplet: 46, E0 and FA. RGB value is (70,224,250). Sum of RGB (Red+Green+Blue) = 70+224+250=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #46E0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E0FA is #B91F05. Grayscale: #B4B4B4. Windows color (decimal): -12132102 or 16441414. OLE color: 16441414.

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

Color convert

RGB 70 224 250 -
CMYK 0.72 0.10 0 0.02
HSL 188.67º 0.95% 0.63% -
HSV(B) 188.67º 0.72% 0.98% -
XYZ 46.44 61.52 99.87 -
YUV 180.92 166.98 48.89 -
System Red Green Blue C M Y K H S L
Decimal 70 224 250 0.72 0.10 0 0.02 188.67 0.95 0.63
Hex 46 E0 FA 48 A 0 2 BD 5F 3F
Octal 106 340 372 110 12 0 2 275 137 77
Binary 1000110 11100000 11111010 1001000 1010 0 10 10111101 1011111 111111

Color Harmonies of #46E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E0FA

Black with #46E0FA

Text Example


Text Example

White with #46E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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