Html Css Color HEX #4EFFC0 Turquoise

📋 copy color: '#4EFFC0'

red 78 ◦ green 255 ◦ blue 192

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

Shades of Turquoise #4EFFC0

Tints of Turquoise #4EFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 48.57%

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 14.86%
G = 48.57%
B = 36.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#4EFFC0 (or 0x4EFFC0) is known color: Turquoise. HEX triplet: 4E, FF and C0. RGB value is (78,255,192). Sum of RGB (Red+Green+Blue) = 78+255+192=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFC0 is #B1003F. Grayscale: #C2C2C2. Windows color (decimal): -11599936 or 12648270. OLE color: 12648270.

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

Color convert

RGB 78 255 192 -
CMYK 0.69 0 0.25 0
HSL 158.64º 1% 0.65% -
HSV(B) 158.64º 0.69% 1% -
XYZ 48.42 76.95 62.17 -
YUV 194.9 126.36 44.62 -
System Red Green Blue C M Y K H S L
Decimal 78 255 192 0.69 0 0.25 0 158.64 1 0.65
Hex 4E FF C0 45 0 19 0 9F 64 41
Octal 116 377 300 105 0 31 0 237 144 101
Binary 1001110 11111111 11000000 1000101 0 11001 0 10011111 1100100 1000001

Color Harmonies of #4EFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFC0

Black with #4EFFC0

Text Example


Text Example

White with #4EFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,192); }

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

background-color css

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

 a { background-color: rgb(78,255,192); }

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

border-color css

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

 span { border-color: rgb(78,255,192); }

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