#61C5CC

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

Shades of Medium Turquoise #61C5CC

Tints of Medium Turquoise #61C5CC

Color information

#61C5CC (or 0x61C5CC) is unknown color: approx Medium Turquoise. HEX triplet: 61, C5 and CC. RGB value is (97,197,204). Sum of RGB (Red+Green+Blue) = 97+197+204=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #61C5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5CC is #9E3A33. Grayscale: #A7A7A7. Windows color (decimal): -10369588 or 13419873. OLE color: 13419873.

HSL color Cylindrical-coordinate representation of color #61C5CC: hue angle of 183.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C5CC is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97197204-
CMYK0.520.0300.2
HSL183.93º51.2%59.02%-
HSV(B)183.93º52.45%80%-
XYZ35.846.8364.28-
YUV167.9148.3777.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.48%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=19.48%
G=39.56%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971972040.520.0300.2183.9351.259.02
Hex61C5CC343014b8333b
Octal1413053146430242706373
Binary110000111000101110011001101001101010010111000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,197,204); }

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

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

 a { background-color: rgb(97,197,204); }

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

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

 span { border-color: rgb(97,197,204); }

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