Html Css Color HEX #4EF0EC Turquoise

📋 copy color: '#4EF0EC'

red 78 ◦ green 240 ◦ blue 236

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

Shades of Turquoise #4EF0EC

Tints of Turquoise #4EF0EC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.32%

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

R = 14.08%
G = 43.32%
B = 42.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#4EF0EC (or 0x4EF0EC) is known color: Turquoise. HEX triplet: 4E, F0 and EC. RGB value is (78,240,236). Sum of RGB (Red+Green+Blue) = 78+240+236=554 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.08% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF0EC is #B10F13. Grayscale: #BEBEBE. Windows color (decimal): -11603732 or 15528014. OLE color: 15528014.

HSL color Cylindrical-coordinate representation of color #4EF0EC: hue angle of 178.52º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF0EC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 240 236 -
CMYK 0.68 0 0.02 0.06
HSL 178.52º 0.84% 0.62% -
HSV(B) 178.52º 0.68% 0.94% -
XYZ 49.44 70 90.26 -
YUV 191.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 78 240 236 0.68 0 0.02 0.06 178.52 0.84 0.62
Hex 4E F0 EC 44 0 2 6 B3 54 3E
Octal 116 360 354 104 0 2 6 263 124 76
Binary 1001110 11110000 11101100 1000100 0 10 110 10110011 1010100 111110

Color Harmonies of #4EF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF0EC

Black with #4EF0EC

Text Example


Text Example

White with #4EF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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