Html Css Color HEX #4EE9DD Turquoise

📋 copy color: '#4EE9DD'

red 78 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #4EE9DD

Tints of Turquoise #4EE9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

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

R = 14.66%
G = 43.8%
B = 41.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#4EE9DD (or 0x4EE9DD) is known color: Turquoise. HEX triplet: 4E, E9 and DD. RGB value is (78,233,221). Sum of RGB (Red+Green+Blue) = 78+233+221=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE9DD is #B11622. Grayscale: #B9B9B9. Windows color (decimal): -11605539 or 14543182. OLE color: 14543182.

HSL color Cylindrical-coordinate representation of color #4EE9DD: hue angle of 175.35º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EE9DD is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 78 233 221 -
CMYK 0.67 0 0.05 0.09
HSL 175.35º 0.78% 0.61% -
HSV(B) 175.35º 0.67% 0.91% -
XYZ 45.33 65.12 78.59 -
YUV 185.29 148.15 51.48 -
System Red Green Blue C M Y K H S L
Decimal 78 233 221 0.67 0 0.05 0.09 175.35 0.78 0.61
Hex 4E E9 DD 43 0 5 9 AF 4E 3D
Octal 116 351 335 103 0 5 11 257 116 75
Binary 1001110 11101001 11011101 1000011 0 101 1001 10101111 1001110 111101

Color Harmonies of #4EE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE9DD

Black with #4EE9DD

Text Example


Text Example

White with #4EE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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