#4cd1dd

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

Shades of Medium Turquoise #4CD1DD

Tints of Medium Turquoise #4CD1DD

Color information

#4CD1DD (or 0x4CD1DD) is unknown color: approx Medium Turquoise. HEX triplet: 4C, D1 and DD. RGB value is (76,209,221). Sum of RGB (Red+Green+Blue) = 76+209+221=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CD1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD1DD is #B32E22. Grayscale: #AAAAAA. Windows color (decimal): -11742755 or 14537036. OLE color: 14537036.

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

Color convert

RGB76209221-
CMYK0.660.0500.13
HSL184.97º68.08%58.24%-
HSV(B)184.97º65.61%86.67%-
XYZ38.8352.3676.47-
YUV170.6156.4460.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.02%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=15.02%
G=41.30%
B=43.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762092210.660.0500.13184.9768.0858.24
Hex4CD1DD4250Db9443a
Octal114321335102501527110472
Binary10011001101000111011101100001010101101101110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd1dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,209,221); }

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

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

 a { background-color: rgb(76,209,221); }

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

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

 span { border-color: rgb(76,209,221); }

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