Html Css Color HEX #46D1F9 Turquoise Blue

📋 copy color: '#46D1F9'

red 70 ◦ green 209 ◦ blue 249

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

Shades of Turquoise Blue #46D1F9

Tints of Turquoise Blue #46D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 249 (97.66% from 255) = 47.16%

R = 13.26%
G = 39.58%
B = 47.16%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46D1F9 (or 0x46D1F9) is known color: Turquoise Blue. HEX triplet: 46, D1 and F9. RGB value is (70,209,249). Sum of RGB (Red+Green+Blue) = 70+209+249=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #46D1F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D1F9 is #B92E06. Grayscale: #ABABAB. Windows color (decimal): -12135943 or 16372038. OLE color: 16372038.

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

Color convert

RGB 70 209 249 -
CMYK 0.72 0.16 0 0.02
HSL 193.41º 0.94% 0.63% -
HSV(B) 193.41º 0.72% 0.98% -
XYZ 42.43 53.74 97.76 -
YUV 172 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 70 209 249 0.72 0.16 0 0.02 193.41 0.94 0.63
Hex 46 D1 F9 48 10 0 2 C1 5E 3F
Octal 106 321 371 110 20 0 2 301 136 77
Binary 1000110 11010001 11111001 1001000 10000 0 10 11000001 1011110 111111

Color Harmonies of #46D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D1F9

Black with #46D1F9

Text Example


Text Example

White with #46D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,209,249); }

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

background-color css

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

 a { background-color: rgb(70,209,249); }

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

border-color css

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

 span { border-color: rgb(70,209,249); }

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