Html Css Color HEX #4EEEDD Turquoise

📋 copy color: '#4EEEDD'

red 78 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #4EEEDD

Tints of Turquoise #4EEEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 14.53%
G = 44.32%
B = 41.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#4EEEDD (or 0x4EEEDD) is known color: Turquoise. HEX triplet: 4E, EE and DD. RGB value is (78,238,221). Sum of RGB (Red+Green+Blue) = 78+238+221=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDD is #B11122. Grayscale: #BCBCBC. Windows color (decimal): -11604259 or 14544462. OLE color: 14544462.

HSL color Cylindrical-coordinate representation of color #4EEEDD: hue angle of 173.62º 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 #4EEEDD is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 238 221 -
CMYK 0.67 0 0.07 0.07
HSL 173.63º 0.82% 0.62% -
HSV(B) 173.63º 0.67% 0.93% -
XYZ 46.77 67.99 79.06 -
YUV 188.22 146.49 49.38 -
System Red Green Blue C M Y K H S L
Decimal 78 238 221 0.67 0 0.07 0.07 173.63 0.82 0.62
Hex 4E EE DD 43 0 7 7 AE 52 3E
Octal 116 356 335 103 0 7 7 256 122 76
Binary 1001110 11101110 11011101 1000011 0 111 111 10101110 1010010 111110

Color Harmonies of #4EEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEEDD

Black with #4EEEDD

Text Example


Text Example

White with #4EEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,238,221); }

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

background-color css

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

 a { background-color: rgb(78,238,221); }

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

border-color css

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

 span { border-color: rgb(78,238,221); }

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