#61CACE

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

Shades of Medium Turquoise #61CACE

Tints of Medium Turquoise #61CACE

Color information

#61CACE (or 0x61CACE) is unknown color: approx Medium Turquoise. HEX triplet: 61, CA and CE. RGB value is (97,202,206). Sum of RGB (Red+Green+Blue) = 97+202+206=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #61CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CACE is #9E3531. Grayscale: #AAAAAA. Windows color (decimal): -10368306 or 13552225. OLE color: 13552225.

HSL color Cylindrical-coordinate representation of color #61CACE: hue angle of 182.2º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CACE is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97202206-
CMYK0.530.0200.19
HSL182.2º52.66%59.41%-
HSV(B)182.2º52.91%80.78%-
XYZ37.1949.2465.94-
YUV171.06147.7175.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 202 (79.30% from 255) = 40%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=19.21%
G=40%
B=40.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972022060.530.0200.19182.252.6659.41
Hex61CACE352013b6353b
Octal1413123166520232666573
Binary110000111001010110011101101011001001110110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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