#61C9CD

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

Shades of Medium Turquoise #61C9CD

Tints of Medium Turquoise #61C9CD

Color information

#61C9CD (or 0x61C9CD) is unknown color: approx Medium Turquoise. HEX triplet: 61, C9 and CD. RGB value is (97,201,205). Sum of RGB (Red+Green+Blue) = 97+201+205=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #61C9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9CD is #9E3632. Grayscale: #AAAAAA. Windows color (decimal): -10368563 or 13486433. OLE color: 13486433.

HSL color Cylindrical-coordinate representation of color #61C9CD: hue angle of 182.22º 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 #61C9CD is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97201205-
CMYK0.530.0200.20
HSL182.22º51.92%59.22%-
HSV(B)182.22º52.68%80.39%-
XYZ36.8448.7265.22-
YUV170.36147.5475.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=19.28%
G=39.96%
B=40.76%

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
Decimal972012050.530.0200.20182.2251.9259.22
Hex61C9CD352014b6343b
Octal1413113156520242666473
Binary110000111001001110011011101011001010010110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C9CD; }

 p { color: rgb(97,201,205); }

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

<style>
 a { background-color: #61C9CD; }

 a { background-color: rgb(97,201,205); }

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

<style>
 span { border-color: #61C9CD; }

 span { border-color: rgb(97,201,205); }

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