#4CD0DD

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

Shades of Medium Turquoise #4CD0DD

Tints of Medium Turquoise #4CD0DD

Color information

#4CD0DD (or 0x4CD0DD) is unknown color: approx Medium Turquoise. HEX triplet: 4C, D0 and DD. RGB value is (76,208,221). Sum of RGB (Red+Green+Blue) = 76+208+221=505 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.05% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CD0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CD0DD is #B32F22. Grayscale: #A9A9A9. Windows color (decimal): -11743011 or 14536780. OLE color: 14536780.

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

Color convert

RGB76208221-
CMYK0.660.0600.13
HSL185.38º68.08%58.24%-
HSV(B)185.38º65.61%86.67%-
XYZ38.5951.8776.38-
YUV170.01156.7760.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.05%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=15.05%
G=41.19%
B=43.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762082210.660.0600.13185.3868.0858.24
Hex4CD0DD4260Db9443a
Octal114320335102601527110472
Binary10011001101000011011101100001011001101101110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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