Html Css Color HEX #4EDFBA Turquoise

📋 copy color: '#4EDFBA'

red 78 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #4EDFBA

Tints of Turquoise #4EDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 16.02%
G = 45.79%
B = 38.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#4EDFBA (or 0x4EDFBA) is known color: Turquoise. HEX triplet: 4E, DF and BA. RGB value is (78,223,186). Sum of RGB (Red+Green+Blue) = 78+223+186=487 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.02% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFBA is #B12045. Grayscale: #AFAFAF. Windows color (decimal): -11608134 or 12246862. OLE color: 12246862.

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

Color convert

RGB 78 223 186 -
CMYK 0.65 0 0.17 0.13
HSL 164.69º 0.69% 0.59% -
HSV(B) 164.69º 0.65% 0.87% -
XYZ 38.39 57.94 55.61 -
YUV 175.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 78 223 186 0.65 0 0.17 0.13 164.69 0.69 0.59
Hex 4E DF BA 41 0 11 D A5 45 3B
Octal 116 337 272 101 0 21 15 245 105 73
Binary 1001110 11011111 10111010 1000001 0 10001 1101 10100101 1000101 111011

Color Harmonies of #4EDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFBA

Black with #4EDFBA

Text Example


Text Example

White with #4EDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,223,186); }

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

background-color css

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

 a { background-color: rgb(78,223,186); }

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

border-color css

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

 span { border-color: rgb(78,223,186); }

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