Html Css Color HEX #46FFDB Turquoise

📋 copy color: '#46FFDB'

red 70 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #46FFDB

Tints of Turquoise #46FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 46.88%

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

R = 12.87%
G = 46.88%
B = 40.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#46FFDB (or 0x46FFDB) is known color: Turquoise. HEX triplet: 46, FF and DB. RGB value is (70,255,219). Sum of RGB (Red+Green+Blue) = 70+255+219=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFDB is #B90024. Grayscale: #C3C3C3. Windows color (decimal): -12124197 or 14417734. OLE color: 14417734.

HSL color Cylindrical-coordinate representation of color #46FFDB: hue angle of 168.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFDB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 70 255 219 -
CMYK 0.73 0 0.14 0
HSL 168.32º 1% 0.64% -
HSV(B) 168.32º 0.73% 1% -
XYZ 51.07 77.94 79.37 -
YUV 195.58 141.21 38.43 -
System Red Green Blue C M Y K H S L
Decimal 70 255 219 0.73 0 0.14 0 168.32 1 0.64
Hex 46 FF DB 49 0 E 0 A8 64 40
Octal 106 377 333 111 0 16 0 250 144 100
Binary 1000110 11111111 11011011 1001001 0 1110 0 10101000 1100100 1000000

Color Harmonies of #46FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFDB

Black with #46FFDB

Text Example


Text Example

White with #46FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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