#61CCCF

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

Shades of Medium Turquoise #61CCCF

Tints of Medium Turquoise #61CCCF

Color information

#61CCCF (or 0x61CCCF) is unknown color: approx Medium Turquoise. HEX triplet: 61, CC and CF. RGB value is (97,204,207). Sum of RGB (Red+Green+Blue) = 97+204+207=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #61CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCCF is #9E3330. Grayscale: #ACACAC. Windows color (decimal): -10367793 or 13618273. OLE color: 13618273.

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

Color convert

RGB97204207-
CMYK0.530.0100.19
HSL181.64º53.4%59.61%-
HSV(B)181.64º53.14%81.18%-
XYZ37.7950.2366.74-
YUV172.35147.5574.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=19.09%
G=40.16%
B=40.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972042070.530.0100.19181.6453.459.61
Hex61CCCF351013b6353c
Octal1413143176510232666574
Binary11000011100110011001111110101101001110110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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