Html Css Color HEX #4EF0ED Turquoise

📋 copy color: '#4EF0ED'

red 78 ◦ green 240 ◦ blue 237

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

Shades of Turquoise #4EF0ED

Tints of Turquoise #4EF0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 14.05%
G = 43.24%
B = 42.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#4EF0ED (or 0x4EF0ED) is known color: Turquoise. HEX triplet: 4E, F0 and ED. RGB value is (78,240,237). Sum of RGB (Red+Green+Blue) = 78+240+237=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #4EF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EF0ED is #B10F12. Grayscale: #BFBFBF. Windows color (decimal): -11603731 or 15593550. OLE color: 15593550.

HSL color Cylindrical-coordinate representation of color #4EF0ED: hue angle of 178.89º 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 #4EF0ED is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 240 237 -
CMYK 0.68 0 0.01 0.06
HSL 178.89º 0.84% 0.62% -
HSV(B) 178.89º 0.68% 0.94% -
XYZ 49.59 70.05 91.03 -
YUV 191.22 153.83 47.24 -
System Red Green Blue C M Y K H S L
Decimal 78 240 237 0.68 0 0.01 0.06 178.89 0.84 0.62
Hex 4E F0 ED 44 0 1 6 B3 54 3E
Octal 116 360 355 104 0 1 6 263 124 76
Binary 1001110 11110000 11101101 1000100 0 1 110 10110011 1010100 111110

Color Harmonies of #4EF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF0ED

Black with #4EF0ED

Text Example


Text Example

White with #4EF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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