#60DDD2

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

Shades of Medium Turquoise #60DDD2

Tints of Medium Turquoise #60DDD2

Color information

#60DDD2 (or 0x60DDD2) is unknown color: approx Medium Turquoise. HEX triplet: 60, DD and D2. RGB value is (96,221,210). Sum of RGB (Red+Green+Blue) = 96+221+210=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #60DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDD2 is #9F222D. Grayscale: #B6B6B6. Windows color (decimal): -10428974 or 13819232. OLE color: 13819232.

HSL color Cylindrical-coordinate representation of color #60DDD2: hue angle of 174.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DDD2 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB96221210-
CMYK0.5700.050.13
HSL174.72º64.77%62.16%-
HSV(B)174.72º56.56%86.67%-
XYZ42.3158.8570.1-
YUV182.37143.5966.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.22%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=18.22%
G=41.94%
B=39.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962212100.5700.050.13174.7264.7762.16
Hex60DDD23905Daf413e
Octal14033532271051525710176
Binary1100000110111011101001011100101011101101011111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DDD2; }

 p { color: rgb(96,221,210); }

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

<style>
 a { background-color: #60DDD2; }

 a { background-color: rgb(96,221,210); }

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

<style>
 span { border-color: #60DDD2; }

 span { border-color: rgb(96,221,210); }

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