Html Css Color HEX #46E3F4 Turquoise

📋 copy color: '#46E3F4'

red 70 ◦ green 227 ◦ blue 244

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

Shades of Turquoise #46E3F4

Tints of Turquoise #46E3F4

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.96%

 BLUE value IS 244 (95.7% from 255) = 45.1%

R = 12.94%
G = 41.96%
B = 45.1%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#46E3F4 (or 0x46E3F4) is known color: Turquoise. HEX triplet: 46, E3 and F4. RGB value is (70,227,244). Sum of RGB (Red+Green+Blue) = 70+227+244=541 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.94% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 244 (95.70% from 255 or 45.10% from 541); Max value from RGB is 244 - color contains mainly: blue. Hex color #46E3F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E3F4 is #B91C0B. Grayscale: #B5B5B5. Windows color (decimal): -12131340 or 16048966. OLE color: 16048966.

HSL color Cylindrical-coordinate representation of color #46E3F4: hue angle of 185.86º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46E3F4 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 227 244 -
CMYK 0.71 0.07 0 0.04
HSL 185.86º 0.89% 0.62% -
HSV(B) 185.86º 0.71% 0.96% -
XYZ 46.32 62.77 95.26 -
YUV 182 162.99 48.12 -
System Red Green Blue C M Y K H S L
Decimal 70 227 244 0.71 0.07 0 0.04 185.86 0.89 0.62
Hex 46 E3 F4 47 7 0 4 BA 59 3E
Octal 106 343 364 107 7 0 4 272 131 76
Binary 1000110 11100011 11110100 1000111 111 0 100 10111010 1011001 111110

Color Harmonies of #46E3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E3F4

Black with #46E3F4

Text Example


Text Example

White with #46E3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,227,244); }

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

background-color css

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

 a { background-color: rgb(70,227,244); }

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

border-color css

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

 span { border-color: rgb(70,227,244); }

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