Html Css Color HEX #4EE5DA Turquoise

📋 copy color: '#4EE5DA'

red 78 ◦ green 229 ◦ blue 218

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

Shades of Turquoise #4EE5DA

Tints of Turquoise #4EE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.62%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 14.86%
G = 43.62%
B = 41.52%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#4EE5DA (or 0x4EE5DA) is known color: Turquoise. HEX triplet: 4E, E5 and DA. RGB value is (78,229,218). Sum of RGB (Red+Green+Blue) = 78+229+218=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE5DA is #B11A25. Grayscale: #B6B6B6. Windows color (decimal): -11606566 or 14345550. OLE color: 14345550.

HSL color Cylindrical-coordinate representation of color #4EE5DA: hue angle of 175.63º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE5DA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 78 229 218 -
CMYK 0.66 0 0.05 0.10
HSL 175.63º 0.74% 0.6% -
HSV(B) 175.63º 0.66% 0.9% -
XYZ 43.82 62.72 76.13 -
YUV 182.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 78 229 218 0.66 0 0.05 0.10 175.63 0.74 0.6
Hex 4E E5 DA 42 0 5 A B0 4A 3C
Octal 116 345 332 102 0 5 12 260 112 74
Binary 1001110 11100101 11011010 1000010 0 101 1010 10110000 1001010 111100

Color Harmonies of #4EE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE5DA

Black with #4EE5DA

Text Example


Text Example

White with #4EE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,229,218); }

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

background-color css

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

 a { background-color: rgb(78,229,218); }

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

border-color css

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

 span { border-color: rgb(78,229,218); }

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