Html Css Color HEX #4EF6EC Turquoise

📋 copy color: '#4EF6EC'

red 78 ◦ green 246 ◦ blue 236

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

Shades of Turquoise #4EF6EC

Tints of Turquoise #4EF6EC

RGB

 RED value IS 78 (30.86% from 255) = 13.93%

 GREEN value IS 246 (96.48% from 255) = 43.93%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 13.93%
G = 43.93%
B = 42.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#4EF6EC (or 0x4EF6EC) is known color: Turquoise. HEX triplet: 4E, F6 and EC. RGB value is (78,246,236). Sum of RGB (Red+Green+Blue) = 78+246+236=560 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.93% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #4EF6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF6EC is #B10913. Grayscale: #C2C2C2. Windows color (decimal): -11602196 or 15529550. OLE color: 15529550.

HSL color Cylindrical-coordinate representation of color #4EF6EC: hue angle of 176.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF6EC is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 246 236 -
CMYK 0.68 0 0.04 0.04
HSL 176.43º 0.9% 0.64% -
HSV(B) 176.43º 0.68% 0.96% -
XYZ 51.24 73.59 90.86 -
YUV 194.63 151.34 44.81 -
System Red Green Blue C M Y K H S L
Decimal 78 246 236 0.68 0 0.04 0.04 176.43 0.9 0.64
Hex 4E F6 EC 44 0 4 4 B0 5A 40
Octal 116 366 354 104 0 4 4 260 132 100
Binary 1001110 11110110 11101100 1000100 0 100 100 10110000 1011010 1000000

Color Harmonies of #4EF6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF6EC

Black with #4EF6EC

Text Example


Text Example

White with #4EF6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EF6EC; }

 p { color: rgb(78,246,236); }

 H1.HeaderClassName
 {
   color: #4EF6EC;
 }
 .AnyTagClassName
 {
   color: #4EF6EC;
 }
</style>

background-color css

<style>
 a { background-color: #4EF6EC; }

 a { background-color: rgb(78,246,236); }

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

border-color css

<style>
 span { border-color: #4EF6EC; }

 span { border-color: rgb(78,246,236); }

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