#4EFCCC

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

Shades of Turquoise #4EFCCC

Tints of Turquoise #4EFCCC

Color information

#4EFCCC (or 0x4EFCCC) is unknown color: approx Turquoise. HEX triplet: 4E, FC and CC. RGB value is (78,252,204). Sum of RGB (Red+Green+Blue) = 78+252+204=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCCC is #B10333. Grayscale: #C2C2C2. Windows color (decimal): -11600692 or 13433934. OLE color: 13433934.

HSL color Cylindrical-coordinate representation of color #4EFCCC: hue angle of 163.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFCCC is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB78252204-
CMYK0.6900.190.01
HSL163.45º96.67%64.71%-
HSV(B)163.45º69.05%98.82%-
XYZ48.8575.669.14-
YUV194.5133.3544.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.61%
GREEN value IS 252 (98.83% from 255) = 47.19%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=14.61%
G=47.19%
B=38.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782522040.6900.190.01163.4596.6764.71
Hex4EFCCC450131a36141
Octal1163743141050231243141101
Binary10011101111110011001100100010101001111010001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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