Html Css Color HEX #46F4DB Turquoise

📋 copy color: '#46F4DB'

red 70 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #46F4DB

Tints of Turquoise #46F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.78%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 13.13%
G = 45.78%
B = 41.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#46F4DB (or 0x46F4DB) is known color: Turquoise. HEX triplet: 46, F4 and DB. RGB value is (70,244,219). Sum of RGB (Red+Green+Blue) = 70+244+219=533 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.13% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #46F4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F4DB is #B90B24. Grayscale: #BDBDBD. Windows color (decimal): -12127013 or 14414918. OLE color: 14414918.

HSL color Cylindrical-coordinate representation of color #46F4DB: hue angle of 171.38º 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 #46F4DB is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 244 219 -
CMYK 0.71 0 0.10 0.04
HSL 171.38º 0.89% 0.62% -
HSV(B) 171.38º 0.71% 0.96% -
XYZ 47.66 71.12 78.23 -
YUV 189.12 144.85 43.03 -
System Red Green Blue C M Y K H S L
Decimal 70 244 219 0.71 0 0.10 0.04 171.38 0.89 0.62
Hex 46 F4 DB 47 0 A 4 AB 59 3E
Octal 106 364 333 107 0 12 4 253 131 76
Binary 1000110 11110100 11011011 1000111 0 1010 100 10101011 1011001 111110

Color Harmonies of #46F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F4DB

Black with #46F4DB

Text Example


Text Example

White with #46F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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