Html Css Color HEX #4EEEDE Turquoise

📋 copy color: '#4EEEDE'

red 78 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #4EEEDE

Tints of Turquoise #4EEEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 14.5%
G = 44.24%
B = 41.26%

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

#4EEEDE (or 0x4EEEDE) is known color: Turquoise. HEX triplet: 4E, EE and DE. RGB value is (78,238,222). Sum of RGB (Red+Green+Blue) = 78+238+222=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEDE is #B11121. Grayscale: #BCBCBC. Windows color (decimal): -11604258 or 14609998. OLE color: 14609998.

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

Color convert

RGB 78 238 222 -
CMYK 0.67 0 0.07 0.07
HSL 174º 0.82% 0.62% -
HSV(B) 174º 0.67% 0.93% -
XYZ 46.9 68.04 79.77 -
YUV 188.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 78 238 222 0.67 0 0.07 0.07 174 0.82 0.62
Hex 4E EE DE 43 0 7 7 AE 52 3E
Octal 116 356 336 103 0 7 7 256 122 76
Binary 1001110 11101110 11011110 1000011 0 111 111 10101110 1010010 111110

Color Harmonies of #4EEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEEDE

Black with #4EEEDE

Text Example


Text Example

White with #4EEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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