#4EEEC3

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

Shades of Turquoise #4EEEC3

Tints of Turquoise #4EEEC3

Color information

#4EEEC3 (or 0x4EEEC3) is unknown color: approx Turquoise. HEX triplet: 4E, EE and C3. RGB value is (78,238,195). Sum of RGB (Red+Green+Blue) = 78+238+195=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEEC3 is #B1113C. Grayscale: #B9B9B9. Windows color (decimal): -11604285 or 12840526. OLE color: 12840526.

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

Color convert

RGB78238195-
CMYK0.6700.180.07
HSL163.88º82.47%61.96%-
HSV(B)163.88º67.23%93.33%-
XYZ43.5766.7162.21-
YUV185.26133.4951.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.26%
GREEN value IS 238 (93.36% from 255) = 46.58%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=15.26%
G=46.58%
B=38.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal782381950.6700.180.07163.8882.4761.96
Hex4EEEC3430127a4523e
Octal116356303103022724412276
Binary100111011101110110000111000011010010111101001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EEEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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