Html Css Color HEX #46E2FA Turquoise Blue

📋 copy color: '#46E2FA'

red 70 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #46E2FA

Tints of Turquoise Blue #46E2FA

RGB

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

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

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

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

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

#46E2FA (or 0x46E2FA) is known color: Turquoise Blue. HEX triplet: 46, E2 and FA. RGB value is (70,226,250). Sum of RGB (Red+Green+Blue) = 70+226+250=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #46E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E2FA is #B91D05. Grayscale: #B5B5B5. Windows color (decimal): -12131590 or 16441926. OLE color: 16441926.

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

Color convert

RGB 70 226 250 -
CMYK 0.72 0.10 0 0.02
HSL 188º 0.95% 0.63% -
HSV(B) 188º 0.72% 0.98% -
XYZ 46.98 62.6 100.05 -
YUV 182.09 166.32 48.05 -
System Red Green Blue C M Y K H S L
Decimal 70 226 250 0.72 0.10 0 0.02 188 0.95 0.63
Hex 46 E2 FA 48 A 0 2 BC 5F 3F
Octal 106 342 372 110 12 0 2 274 137 77
Binary 1000110 11100010 11111010 1001000 1010 0 10 10111100 1011111 111111

Color Harmonies of #46E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E2FA

Black with #46E2FA

Text Example


Text Example

White with #46E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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