Html Css Color HEX #4EEECE Turquoise

📋 copy color: '#4EEECE'

red 78 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #4EEECE

Tints of Turquoise #4EEECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 14.94%
G = 45.59%
B = 39.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4EEECE (or 0x4EEECE) is known color: Turquoise. HEX triplet: 4E, EE and CE. RGB value is (78,238,206). Sum of RGB (Red+Green+Blue) = 78+238+206=522 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.94% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECE is #B11131. Grayscale: #BABABA. Windows color (decimal): -11604274 or 13561422. OLE color: 13561422.

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

Color convert

RGB 78 238 206 -
CMYK 0.67 0 0.13 0.07
HSL 168º 0.82% 0.62% -
HSV(B) 168º 0.67% 0.93% -
XYZ 44.86 67.23 69 -
YUV 186.51 138.99 50.6 -
System Red Green Blue C M Y K H S L
Decimal 78 238 206 0.67 0 0.13 0.07 168 0.82 0.62
Hex 4E EE CE 43 0 D 7 A8 52 3E
Octal 116 356 316 103 0 15 7 250 122 76
Binary 1001110 11101110 11001110 1000011 0 1101 111 10101000 1010010 111110

Color Harmonies of #4EEECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEECE

Black with #4EEECE

Text Example


Text Example

White with #4EEECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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