Html Css Color HEX #4EDFBB Turquoise

📋 copy color: '#4EDFBB'

red 78 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #4EDFBB

Tints of Turquoise #4EDFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 15.98%
G = 45.7%
B = 38.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4EDFBB (or 0x4EDFBB) is known color: Turquoise. HEX triplet: 4E, DF and BB. RGB value is (78,223,187). Sum of RGB (Red+Green+Blue) = 78+223+187=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFBB is #B12044. Grayscale: #AFAFAF. Windows color (decimal): -11608133 or 12312398. OLE color: 12312398.

HSL color Cylindrical-coordinate representation of color #4EDFBB: hue angle of 165.1º 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 #4EDFBB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 223 187 -
CMYK 0.65 0 0.16 0.13
HSL 165.1º 0.69% 0.59% -
HSV(B) 165.1º 0.65% 0.87% -
XYZ 38.5 57.98 56.18 -
YUV 175.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 78 223 187 0.65 0 0.16 0.13 165.1 0.69 0.59
Hex 4E DF BB 41 0 10 D A5 45 3B
Octal 116 337 273 101 0 20 15 245 105 73
Binary 1001110 11011111 10111011 1000001 0 10000 1101 10100101 1000101 111011

Color Harmonies of #4EDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFBB

Black with #4EDFBB

Text Example


Text Example

White with #4EDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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