Html Css Color HEX #46FEC9 Turquoise

📋 copy color: '#46FEC9'

red 70 ◦ green 254 ◦ blue 201

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

Shades of Turquoise #46FEC9

Tints of Turquoise #46FEC9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.38%

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 13.33%
G = 48.38%
B = 38.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#46FEC9 (or 0x46FEC9) is known color: Turquoise. HEX triplet: 46, FE and C9. RGB value is (70,254,201). Sum of RGB (Red+Green+Blue) = 70+254+201=525 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.33% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEC9 is #B90136. Grayscale: #C0C0C0. Windows color (decimal): -12124471 or 13237830. OLE color: 13237830.

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

Color convert

RGB 70 254 201 -
CMYK 0.72 0 0.21 0.00
HSL 162.72º 0.99% 0.64% -
HSV(B) 162.72º 0.72% 1% -
XYZ 48.51 76.4 67.45 -
YUV 192.94 132.54 40.31 -
System Red Green Blue C M Y K H S L
Decimal 70 254 201 0.72 0 0.21 0.00 162.72 0.99 0.64
Hex 46 FE C9 48 0 15 0 A3 63 40
Octal 106 376 311 110 0 25 0 243 143 100
Binary 1000110 11111110 11001001 1001000 0 10101 0 10100011 1100011 1000000

Color Harmonies of #46FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FEC9

Black with #46FEC9

Text Example


Text Example

White with #46FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,254,201); }

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

background-color css

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

 a { background-color: rgb(70,254,201); }

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

border-color css

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

 span { border-color: rgb(70,254,201); }

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