#60DFD2

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

Shades of Medium Turquoise #60DFD2

Tints of Medium Turquoise #60DFD2

Color information

#60DFD2 (or 0x60DFD2) is unknown color: approx Medium Turquoise. HEX triplet: 60, DF and D2. RGB value is (96,223,210). Sum of RGB (Red+Green+Blue) = 96+223+210=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #60DFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DFD2 is #9F202D. Grayscale: #B7B7B7. Windows color (decimal): -10428462 or 13819744. OLE color: 13819744.

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

Color convert

RGB96223210-
CMYK0.5700.060.13
HSL173.86º66.49%62.55%-
HSV(B)173.86º56.95%87.45%-
XYZ42.8459.9270.28-
YUV183.54142.9265.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=18.15%
G=42.16%
B=39.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962232100.5700.060.13173.8666.4962.55
Hex60DFD23906Dae423f
Octal14033732271061525610277
Binary1100000110111111101001011100101101101101011101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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