Html Css Color HEX #4EF4BE Turquoise

📋 copy color: '#4EF4BE'

red 78 ◦ green 244 ◦ blue 190

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

Shades of Turquoise #4EF4BE

Tints of Turquoise #4EF4BE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.66%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 15.23%
G = 47.66%
B = 37.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#4EF4BE (or 0x4EF4BE) is known color: Turquoise. HEX triplet: 4E, F4 and BE. RGB value is (78,244,190). Sum of RGB (Red+Green+Blue) = 78+244+190=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 244 (95.70% from 255 or 47.66% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF4BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF4BE is #B10B41. Grayscale: #BCBCBC. Windows color (decimal): -11602754 or 12514382. OLE color: 12514382.

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

Color convert

RGB 78 244 190 -
CMYK 0.68 0 0.22 0.04
HSL 160.48º 0.88% 0.63% -
HSV(B) 160.48º 0.68% 0.96% -
XYZ 44.79 70.04 59.87 -
YUV 188.21 129 49.39 -
System Red Green Blue C M Y K H S L
Decimal 78 244 190 0.68 0 0.22 0.04 160.48 0.88 0.63
Hex 4E F4 BE 44 0 16 4 A0 58 3F
Octal 116 364 276 104 0 26 4 240 130 77
Binary 1001110 11110100 10111110 1000100 0 10110 100 10100000 1011000 111111

Color Harmonies of #4EF4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF4BE

Black with #4EF4BE

Text Example


Text Example

White with #4EF4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,244,190); }

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

background-color css

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

 a { background-color: rgb(78,244,190); }

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

border-color css

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

 span { border-color: rgb(78,244,190); }

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