#60C8CD

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

Shades of Medium Turquoise #60C8CD

Tints of Medium Turquoise #60C8CD

Color information

#60C8CD (or 0x60C8CD) is unknown color: approx Medium Turquoise. HEX triplet: 60, C8 and CD. RGB value is (96,200,205). Sum of RGB (Red+Green+Blue) = 96+200+205=501 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.16% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #60C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C8CD is #9F3732. Grayscale: #A9A9A9. Windows color (decimal): -10434355 or 13486176. OLE color: 13486176.

HSL color Cylindrical-coordinate representation of color #60C8CD: hue angle of 182.75º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C8CD is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96200205-
CMYK0.530.0200.20
HSL182.75º52.15%59.02%-
HSV(B)182.75º53.17%80.39%-
XYZ36.548.265.14-
YUV169.47148.0475.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.16%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=19.16%
G=39.92%
B=40.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962002050.530.0200.20182.7552.1559.02
Hex60C8CD352014b7343b
Octal1403103156520242676473
Binary110000011001000110011011101011001010010110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,200,205); }

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

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

 a { background-color: rgb(96,200,205); }

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

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

 span { border-color: rgb(96,200,205); }

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