#4CDEBD

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

Shades of Turquoise #4CDEBD

Tints of Turquoise #4CDEBD

Color information

#4CDEBD (or 0x4CDEBD) is unknown color: approx Turquoise. HEX triplet: 4C, DE and BD. RGB value is (76,222,189). Sum of RGB (Red+Green+Blue) = 76+222+189=487 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.61% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDEBD is #B32142. Grayscale: #AEAEAE. Windows color (decimal): -11739459 or 12443212. OLE color: 12443212.

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

Color convert

RGB76222189-
CMYK0.6600.150.13
HSL166.44º68.87%58.43%-
HSV(B)166.44º65.77%87.06%-
XYZ38.2957.4557.22-
YUV174.58136.1357.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.61%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=15.61%
G=45.59%
B=38.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762221890.6600.150.13166.4468.8758.43
Hex4CDEBD420FDa6453a
Octal1143362751020171524610572
Binary100110011011110101111011000010011111101101001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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