#4EEECB

Color #4EEECB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4EEECB

Tints of Turquoise #4EEECB

Color information

#4EEECB (or 0x4EEECB) is unknown color: approx Turquoise. HEX triplet: 4E, EE and CB. RGB value is (78,238,203). Sum of RGB (Red+Green+Blue) = 78+238+203=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECB is #B11134. Grayscale: #BABABA. Windows color (decimal): -11604277 or 13364814. OLE color: 13364814.

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

Color convert

RGB78238203-
CMYK0.6700.150.07
HSL166.88º82.47%61.96%-
HSV(B)166.88º67.23%93.33%-
XYZ44.567.0867.1-
YUV186.17137.4950.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.03%
GREEN value IS 238 (93.36% from 255) = 45.86%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=15.03%
G=45.86%
B=39.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782382030.6700.150.07166.8882.4761.96
Hex4EEECB430F7a7523e
Octal116356313103017724712276
Binary10011101110111011001011100001101111111101001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EEECB;
 }
 .AnyTagClassName
 {
   color: #4EEECB;
 }
</style>
background-color css

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

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

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

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

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

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