#60DCD5

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

Shades of Turquoise Blue #60DCD5

Tints of Turquoise Blue #60DCD5

Color information

#60DCD5 (or 0x60DCD5) is unknown color: approx Turquoise Blue. HEX triplet: 60, DC and D5. RGB value is (96,220,213). Sum of RGB (Red+Green+Blue) = 96+220+213=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #60DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DCD5 is #9F232A. Grayscale: #B6B6B6. Windows color (decimal): -10429227 or 14015584. OLE color: 14015584.

HSL color Cylindrical-coordinate representation of color #60DCD5: hue angle of 176.61º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DCD5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB96220213-
CMYK0.5600.030.14
HSL176.61º63.92%61.96%-
HSV(B)176.61º56.36%86.27%-
XYZ42.4358.4872-
YUV182.13145.4266.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 220 (86.33% from 255) = 41.59%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=18.15%
G=41.59%
B=40.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962202130.5600.030.14176.6163.9261.96
Hex60DCD53803Eb1403e
Octal14033432570031626110076
Binary110000011011100110101011110000111110101100011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,220,213); }

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

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

 a { background-color: rgb(96,220,213); }

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

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

 span { border-color: rgb(96,220,213); }

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