Html Css Color HEX #4EFFC9 Turquoise

📋 copy color: '#4EFFC9'

red 78 ◦ green 255 ◦ blue 201

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

Shades of Turquoise #4EFFC9

Tints of Turquoise #4EFFC9

RGB

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

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

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

R = 14.61%
G = 47.75%
B = 37.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#4EFFC9 (or 0x4EFFC9) is known color: Turquoise. HEX triplet: 4E, FF and C9. RGB value is (78,255,201). Sum of RGB (Red+Green+Blue) = 78+255+201=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFC9 is #B10036. Grayscale: #C3C3C3. Windows color (decimal): -11599927 or 13238094. OLE color: 13238094.

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

Color convert

RGB 78 255 201 -
CMYK 0.69 0 0.21 0
HSL 161.69º 1% 0.65% -
HSV(B) 161.69º 0.69% 1% -
XYZ 49.44 77.36 67.58 -
YUV 195.92 130.86 43.89 -
System Red Green Blue C M Y K H S L
Decimal 78 255 201 0.69 0 0.21 0 161.69 1 0.65
Hex 4E FF C9 45 0 15 0 A2 64 41
Octal 116 377 311 105 0 25 0 242 144 101
Binary 1001110 11111111 11001001 1000101 0 10101 0 10100010 1100100 1000001

Color Harmonies of #4EFFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFC9

Black with #4EFFC9

Text Example


Text Example

White with #4EFFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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