Html Css Color HEX #4EFCBE Turquoise

📋 copy color: '#4EFCBE'

red 78 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #4EFCBE

Tints of Turquoise #4EFCBE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

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

R = 15%
G = 48.46%
B = 36.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#4EFCBE (or 0x4EFCBE) is known color: Turquoise. HEX triplet: 4E, FC and BE. RGB value is (78,252,190). Sum of RGB (Red+Green+Blue) = 78+252+190=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCBE is #B10341. Grayscale: #C0C0C0. Windows color (decimal): -11600706 or 12516430. OLE color: 12516430.

HSL color Cylindrical-coordinate representation of color #4EFCBE: hue angle of 158.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCBE is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 252 190 -
CMYK 0.69 0 0.25 0.01
HSL 158.62º 0.97% 0.65% -
HSV(B) 158.62º 0.69% 0.99% -
XYZ 47.25 74.96 60.69 -
YUV 192.91 126.35 46.04 -
System Red Green Blue C M Y K H S L
Decimal 78 252 190 0.69 0 0.25 0.01 158.62 0.97 0.65
Hex 4E FC BE 45 0 19 1 9F 61 41
Octal 116 374 276 105 0 31 1 237 141 101
Binary 1001110 11111100 10111110 1000101 0 11001 1 10011111 1100001 1000001

Color Harmonies of #4EFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCBE

Black with #4EFCBE

Text Example


Text Example

White with #4EFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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