Html Css Color HEX #46FFD9 Turquoise

📋 copy color: '#46FFD9'

red 70 ◦ green 255 ◦ blue 217

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

Shades of Turquoise #46FFD9

Tints of Turquoise #46FFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 12.92%
G = 47.05%
B = 40.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#46FFD9 (or 0x46FFD9) is known color: Turquoise. HEX triplet: 46, FF and D9. RGB value is (70,255,217). Sum of RGB (Red+Green+Blue) = 70+255+217=542 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.92% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFD9 is #B90026. Grayscale: #C3C3C3. Windows color (decimal): -12124199 or 14286662. OLE color: 14286662.

HSL color Cylindrical-coordinate representation of color #46FFD9: hue angle of 167.68º 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 #46FFD9 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 70 255 217 -
CMYK 0.73 0 0.15 0
HSL 167.68º 1% 0.64% -
HSV(B) 167.68º 0.73% 1% -
XYZ 50.81 77.83 77.99 -
YUV 195.35 140.21 38.59 -
System Red Green Blue C M Y K H S L
Decimal 70 255 217 0.73 0 0.15 0 167.68 1 0.64
Hex 46 FF D9 49 0 F 0 A8 64 40
Octal 106 377 331 111 0 17 0 250 144 100
Binary 1000110 11111111 11011001 1001001 0 1111 0 10101000 1100100 1000000

Color Harmonies of #46FFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFD9

Black with #46FFD9

Text Example


Text Example

White with #46FFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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