Html Css Color HEX #46E6FA Turquoise Blue

📋 copy color: '#46E6FA'

red 70 ◦ green 230 ◦ blue 250

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

Shades of Turquoise Blue #46E6FA

Tints of Turquoise Blue #46E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.82%

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

R = 12.73%
G = 41.82%
B = 45.45%

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

#46E6FA (or 0x46E6FA) is known color: Turquoise Blue. HEX triplet: 46, E6 and FA. RGB value is (70,230,250). Sum of RGB (Red+Green+Blue) = 70+230+250=550 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.73% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #46E6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E6FA is #B91905. Grayscale: #B8B8B8. Windows color (decimal): -12130566 or 16442950. OLE color: 16442950.

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

Color convert

RGB 70 230 250 -
CMYK 0.72 0.08 0 0.02
HSL 186.67º 0.95% 0.63% -
HSV(B) 186.67º 0.72% 0.98% -
XYZ 48.08 64.8 100.42 -
YUV 184.44 164.99 46.37 -
System Red Green Blue C M Y K H S L
Decimal 70 230 250 0.72 0.08 0 0.02 186.67 0.95 0.63
Hex 46 E6 FA 48 8 0 2 BB 5F 3F
Octal 106 346 372 110 10 0 2 273 137 77
Binary 1000110 11100110 11111010 1001000 1000 0 10 10111011 1011111 111111

Color Harmonies of #46E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E6FA

Black with #46E6FA

Text Example


Text Example

White with #46E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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