Html Css Color HEX #46E5FA Turquoise Blue

📋 copy color: '#46E5FA'

red 70 ◦ green 229 ◦ blue 250

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

Shades of Turquoise Blue #46E5FA

Tints of Turquoise Blue #46E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.71%

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

R = 12.75%
G = 41.71%
B = 45.54%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46E5FA (or 0x46E5FA) is known color: Turquoise Blue. HEX triplet: 46, E5 and FA. RGB value is (70,229,250). Sum of RGB (Red+Green+Blue) = 70+229+250=549 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.75% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #46E5FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E5FA is #B91A05. Grayscale: #B7B7B7. Windows color (decimal): -12130822 or 16442694. OLE color: 16442694.

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

Color convert

RGB 70 229 250 -
CMYK 0.72 0.08 0 0.02
HSL 187º 0.95% 0.63% -
HSV(B) 187º 0.72% 0.98% -
XYZ 47.8 64.24 100.32 -
YUV 183.85 165.32 46.79 -
System Red Green Blue C M Y K H S L
Decimal 70 229 250 0.72 0.08 0 0.02 187 0.95 0.63
Hex 46 E5 FA 48 8 0 2 BB 5F 3F
Octal 106 345 372 110 10 0 2 273 137 77
Binary 1000110 11100101 11111010 1001000 1000 0 10 10111011 1011111 111111

Color Harmonies of #46E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E5FA

Black with #46E5FA

Text Example


Text Example

White with #46E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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