Html Css Color HEX #4EFAC9 Turquoise

📋 copy color: '#4EFAC9'

red 78 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #4EFAC9

Tints of Turquoise #4EFAC9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.26%

 BLUE value IS 201 (78.91% from 255) = 38%

R = 14.74%
G = 47.26%
B = 38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#4EFAC9 (or 0x4EFAC9) is known color: Turquoise. HEX triplet: 4E, FA and C9. RGB value is (78,250,201). Sum of RGB (Red+Green+Blue) = 78+250+201=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAC9 is #B10536. Grayscale: #C1C1C1. Windows color (decimal): -11601207 or 13236814. OLE color: 13236814.

HSL color Cylindrical-coordinate representation of color #4EFAC9: hue angle of 162.91º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAC9 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 201 -
CMYK 0.69 0 0.20 0.02
HSL 162.91º 0.95% 0.64% -
HSV(B) 162.91º 0.69% 0.98% -
XYZ 47.87 74.21 67.06 -
YUV 192.99 132.52 45.98 -
System Red Green Blue C M Y K H S L
Decimal 78 250 201 0.69 0 0.20 0.02 162.91 0.95 0.64
Hex 4E FA C9 45 0 14 2 A3 5F 40
Octal 116 372 311 105 0 24 2 243 137 100
Binary 1001110 11111010 11001001 1000101 0 10100 10 10100011 1011111 1000000

Color Harmonies of #4EFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFAC9

Black with #4EFAC9

Text Example


Text Example

White with #4EFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,250,201); }

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

background-color css

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

 a { background-color: rgb(78,250,201); }

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

border-color css

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

 span { border-color: rgb(78,250,201); }

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