Html Css Color HEX #4EFCBC Turquoise

📋 copy color: '#4EFCBC'

red 78 ◦ green 252 ◦ blue 188

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

Shades of Turquoise #4EFCBC

Tints of Turquoise #4EFCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 15.06%
G = 48.65%
B = 36.29%

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

#4EFCBC (or 0x4EFCBC) is known color: Turquoise. HEX triplet: 4E, FC and BC. RGB value is (78,252,188). Sum of RGB (Red+Green+Blue) = 78+252+188=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCBC is #B10343. Grayscale: #C0C0C0. Windows color (decimal): -11600708 or 12385358. OLE color: 12385358.

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

Color convert

RGB 78 252 188 -
CMYK 0.69 0 0.25 0.01
HSL 157.93º 0.97% 0.65% -
HSV(B) 157.93º 0.69% 0.99% -
XYZ 47.03 74.87 59.55 -
YUV 192.68 125.35 46.2 -
System Red Green Blue C M Y K H S L
Decimal 78 252 188 0.69 0 0.25 0.01 157.93 0.97 0.65
Hex 4E FC BC 45 0 19 1 9E 61 41
Octal 116 374 274 105 0 31 1 236 141 101
Binary 1001110 11111100 10111100 1000101 0 11001 1 10011110 1100001 1000001

Color Harmonies of #4EFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCBC

Black with #4EFCBC

Text Example


Text Example

White with #4EFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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