#4CDEB6

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

Shades of Turquoise #4CDEB6

Tints of Turquoise #4CDEB6

Color information

#4CDEB6 (or 0x4CDEB6) is unknown color: approx Turquoise. HEX triplet: 4C, DE and B6. RGB value is (76,222,182). Sum of RGB (Red+Green+Blue) = 76+222+182=480 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.83% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDEB6 is #B32149. Grayscale: #ADADAD. Windows color (decimal): -11739466 or 11984460. OLE color: 11984460.

HSL color Cylindrical-coordinate representation of color #4CDEB6: hue angle of 163.56º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDEB6 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB76222182-
CMYK0.6600.180.13
HSL163.56º68.87%58.43%-
HSV(B)163.56º65.77%87.06%-
XYZ37.5557.1653.31-
YUV173.79132.6358.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.83%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=15.83%
G=46.25%
B=37.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762221820.6600.180.13163.5668.8758.43
Hex4CDEB642012Da4453a
Octal1143362661020221524410572
Binary1001100110111101011011010000100100101101101001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,222,182); }

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

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

 a { background-color: rgb(76,222,182); }

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

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

 span { border-color: rgb(76,222,182); }

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