#61C4CA

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

Shades of Medium Turquoise #61C4CA

Tints of Medium Turquoise #61C4CA

Color information

#61C4CA (or 0x61C4CA) is unknown color: approx Medium Turquoise. HEX triplet: 61, C4 and CA. RGB value is (97,196,202). Sum of RGB (Red+Green+Blue) = 97+196+202=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #61C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C4CA is #9E3B35. Grayscale: #A6A6A6. Windows color (decimal): -10369846 or 13288545. OLE color: 13288545.

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

Color convert

RGB97196202-
CMYK0.520.0300.21
HSL183.43º49.76%58.63%-
HSV(B)183.43º51.98%79.22%-
XYZ35.3346.2962.95-
YUV167.08147.778.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 196 (76.95% from 255) = 39.60%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=19.60%
G=39.60%
B=40.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971962020.520.0300.21183.4349.7658.63
Hex61C4CA343015b7323b
Octal1413043126430252676273
Binary110000111000100110010101101001101010110110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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