Html Css Color HEX #46FFEF Turquoise

📋 copy color: '#46FFEF'

red 70 ◦ green 255 ◦ blue 239

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

Shades of Turquoise #46FFEF

Tints of Turquoise #46FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 12.41%
G = 45.21%
B = 42.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#46FFEF (or 0x46FFEF) is known color: Turquoise. HEX triplet: 46, FF and EF. RGB value is (70,255,239). Sum of RGB (Red+Green+Blue) = 70+255+239=564 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.41% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FFEF is #B90010. Grayscale: #C5C5C5. Windows color (decimal): -12124177 or 15728454. OLE color: 15728454.

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

Color convert

RGB 70 255 239 -
CMYK 0.73 0 0.06 0
HSL 174.81º 1% 0.64% -
HSV(B) 174.81º 0.73% 1% -
XYZ 53.87 79.05 94.08 -
YUV 197.86 151.21 36.8 -
System Red Green Blue C M Y K H S L
Decimal 70 255 239 0.73 0 0.06 0 174.81 1 0.64
Hex 46 FF EF 49 0 6 0 AF 64 40
Octal 106 377 357 111 0 6 0 257 144 100
Binary 1000110 11111111 11101111 1001001 0 110 0 10101111 1100100 1000000

Color Harmonies of #46FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFEF

Black with #46FFEF

Text Example


Text Example

White with #46FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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