#61CDD1

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

Shades of Medium Turquoise #61CDD1

Tints of Medium Turquoise #61CDD1

Color information

#61CDD1 (or 0x61CDD1) is unknown color: approx Medium Turquoise. HEX triplet: 61, CD and D1. RGB value is (97,205,209). Sum of RGB (Red+Green+Blue) = 97+205+209=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #61CDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDD1 is #9E322E. Grayscale: #ADADAD. Windows color (decimal): -10367535 or 13749601. OLE color: 13749601.

HSL color Cylindrical-coordinate representation of color #61CDD1: hue angle of 182.14º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61CDD1 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97205209-
CMYK0.540.0200.18
HSL182.14º54.9%60%-
HSV(B)182.14º53.59%81.96%-
XYZ38.2750.8168.11-
YUV173.16148.2273.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.98%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 209 (82.03% from 255) = 40.90%
R=18.98%
G=40.12%
B=40.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal972052090.540.0200.18182.1454.960
Hex61CDD1362012b6373c
Octal1413153216620222666774
Binary110000111001101110100011101101001001010110110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,209); }

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

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

 a { background-color: rgb(97,205,209); }

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

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

 span { border-color: rgb(97,205,209); }

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