Html Css Color HEX #4EEBDC Turquoise

📋 copy color: '#4EEBDC'

red 78 ◦ green 235 ◦ blue 220

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

Shades of Turquoise #4EEBDC

Tints of Turquoise #4EEBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 14.63%
G = 44.09%
B = 41.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#4EEBDC (or 0x4EEBDC) is known color: Turquoise. HEX triplet: 4E, EB and DC. RGB value is (78,235,220). Sum of RGB (Red+Green+Blue) = 78+235+220=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBDC is #B11423. Grayscale: #BABABA. Windows color (decimal): -11605028 or 14478158. OLE color: 14478158.

HSL color Cylindrical-coordinate representation of color #4EEBDC: hue angle of 174.27º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBDC is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 220 -
CMYK 0.67 0 0.06 0.08
HSL 174.27º 0.8% 0.61% -
HSV(B) 174.27º 0.67% 0.92% -
XYZ 45.77 66.2 78.08 -
YUV 186.35 146.99 50.72 -
System Red Green Blue C M Y K H S L
Decimal 78 235 220 0.67 0 0.06 0.08 174.27 0.8 0.61
Hex 4E EB DC 43 0 6 8 AE 50 3D
Octal 116 353 334 103 0 6 10 256 120 75
Binary 1001110 11101011 11011100 1000011 0 110 1000 10101110 1010000 111101

Color Harmonies of #4EEBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBDC

Black with #4EEBDC

Text Example


Text Example

White with #4EEBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,235,220); }

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

background-color css

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

 a { background-color: rgb(78,235,220); }

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

border-color css

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

 span { border-color: rgb(78,235,220); }

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