#61CACC

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

Shades of Medium Turquoise #61CACC

Tints of Medium Turquoise #61CACC

Color information

#61CACC (or 0x61CACC) is unknown color: approx Medium Turquoise. HEX triplet: 61, CA and CC. RGB value is (97,202,204). Sum of RGB (Red+Green+Blue) = 97+202+204=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #61CACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CACC is #9E3533. Grayscale: #AAAAAA. Windows color (decimal): -10368308 or 13421153. OLE color: 13421153.

HSL color Cylindrical-coordinate representation of color #61CACC: hue angle of 181.12º 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 #61CACC is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97202204-
CMYK0.520.0100.2
HSL181.12º51.2%59.02%-
HSV(B)181.12º52.45%80%-
XYZ36.9549.1464.66-
YUV170.83146.7175.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=19.28%
G=40.16%
B=40.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal972022040.520.0100.2181.1251.259.02
Hex61CACC341014b5333b
Octal1413123146410242656373
Binary11000011100101011001100110100101010010110101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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