Html Css Color HEX #4EEDDA Turquoise

📋 copy color: '#4EEDDA'

red 78 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #4EEDDA

Tints of Turquoise #4EEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 14.63%
G = 44.47%
B = 40.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#4EEDDA (or 0x4EEDDA) is known color: Turquoise. HEX triplet: 4E, ED and DA. RGB value is (78,237,218). Sum of RGB (Red+Green+Blue) = 78+237+218=533 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.63% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDDA is #B11225. Grayscale: #BBBBBB. Windows color (decimal): -11604518 or 14347598. OLE color: 14347598.

HSL color Cylindrical-coordinate representation of color #4EEDDA: hue angle of 172.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDDA is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 218 -
CMYK 0.67 0 0.08 0.07
HSL 172.83º 0.82% 0.62% -
HSV(B) 172.83º 0.67% 0.93% -
XYZ 46.08 67.25 76.88 -
YUV 187.29 145.32 50.04 -
System Red Green Blue C M Y K H S L
Decimal 78 237 218 0.67 0 0.08 0.07 172.83 0.82 0.62
Hex 4E ED DA 43 0 8 7 AD 52 3E
Octal 116 355 332 103 0 10 7 255 122 76
Binary 1001110 11101101 11011010 1000011 0 1000 111 10101101 1010010 111110

Color Harmonies of #4EEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDDA

Black with #4EEDDA

Text Example


Text Example

White with #4EEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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