Html Css Color HEX #4EEFCC Turquoise

📋 copy color: '#4EEFCC'

red 78 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #4EEFCC

Tints of Turquoise #4EEFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 14.97%
G = 45.87%
B = 39.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#4EEFCC (or 0x4EEFCC) is known color: Turquoise. HEX triplet: 4E, EF and CC. RGB value is (78,239,204). Sum of RGB (Red+Green+Blue) = 78+239+204=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEFCC is #B11033. Grayscale: #BABABA. Windows color (decimal): -11604020 or 13430606. OLE color: 13430606.

HSL color Cylindrical-coordinate representation of color #4EEFCC: hue angle of 166.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEFCC is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 239 204 -
CMYK 0.67 0 0.15 0.06
HSL 166.96º 0.83% 0.62% -
HSV(B) 166.96º 0.67% 0.94% -
XYZ 44.91 67.71 67.83 -
YUV 186.87 137.66 50.35 -
System Red Green Blue C M Y K H S L
Decimal 78 239 204 0.67 0 0.15 0.06 166.96 0.83 0.62
Hex 4E EF CC 43 0 F 6 A7 53 3E
Octal 116 357 314 103 0 17 6 247 123 76
Binary 1001110 11101111 11001100 1000011 0 1111 110 10100111 1010011 111110

Color Harmonies of #4EEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFCC

Black with #4EEFCC

Text Example


Text Example

White with #4EEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,239,204); }

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

background-color css

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

 a { background-color: rgb(78,239,204); }

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

border-color css

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

 span { border-color: rgb(78,239,204); }

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