Html Css Color HEX #46E5FD Turquoise Blue

📋 copy color: '#46E5FD'

red 70 ◦ green 229 ◦ blue 253

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

Shades of Turquoise Blue #46E5FD

Tints of Turquoise Blue #46E5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 12.68%
G = 41.49%
B = 45.83%

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

#46E5FD (or 0x46E5FD) is known color: Turquoise Blue. HEX triplet: 46, E5 and FD. RGB value is (70,229,253). Sum of RGB (Red+Green+Blue) = 70+229+253=552 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.68% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #46E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E5FD is #B91A02. Grayscale: #B7B7B7. Windows color (decimal): -12130819 or 16639302. OLE color: 16639302.

HSL color Cylindrical-coordinate representation of color #46E5FD: hue angle of 187.87º degrees, saturation: 0.98, 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 #46E5FD is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 229 253 -
CMYK 0.72 0.09 0 0.01
HSL 187.87º 0.98% 0.63% -
HSV(B) 187.87º 0.72% 0.99% -
XYZ 48.27 64.43 102.82 -
YUV 184.2 166.82 46.55 -
System Red Green Blue C M Y K H S L
Decimal 70 229 253 0.72 0.09 0 0.01 187.87 0.98 0.63
Hex 46 E5 FD 48 9 0 1 BC 62 3F
Octal 106 345 375 110 11 0 1 274 142 77
Binary 1000110 11100101 11111101 1001000 1001 0 1 10111100 1100010 111111

Color Harmonies of #46E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E5FD

Black with #46E5FD

Text Example


Text Example

White with #46E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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