Html Css Color HEX #46E6FC Turquoise Blue

📋 copy color: '#46E6FC'

red 70 ◦ green 230 ◦ blue 252

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

Shades of Turquoise Blue #46E6FC

Tints of Turquoise Blue #46E6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 12.68%
G = 41.67%
B = 45.65%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#46E6FC (or 0x46E6FC) is known color: Turquoise Blue. HEX triplet: 46, E6 and FC. RGB value is (70,230,252). Sum of RGB (Red+Green+Blue) = 70+230+252=552 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.68% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #46E6FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E6FC is #B91903. Grayscale: #B8B8B8. Windows color (decimal): -12130564 or 16574022. OLE color: 16574022.

HSL color Cylindrical-coordinate representation of color #46E6FC: hue angle of 187.25º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46E6FC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 230 252 -
CMYK 0.72 0.09 0 0.01
HSL 187.25º 0.97% 0.63% -
HSV(B) 187.25º 0.72% 0.99% -
XYZ 48.39 64.92 102.08 -
YUV 184.67 165.99 46.21 -
System Red Green Blue C M Y K H S L
Decimal 70 230 252 0.72 0.09 0 0.01 187.25 0.97 0.63
Hex 46 E6 FC 48 9 0 1 BB 61 3F
Octal 106 346 374 110 11 0 1 273 141 77
Binary 1000110 11100110 11111100 1001000 1001 0 1 10111011 1100001 111111

Color Harmonies of #46E6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E6FC

Black with #46E6FC

Text Example


Text Example

White with #46E6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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