Shades of Turquoise Blue #61CDD6
Tints of Turquoise Blue #61CDD6
RGB
CMYK
RGB Variations
Color information
#61CDD6 (or 0x61CDD6) is known color: Turquoise Blue. HEX triplet: 61, CD and D6. RGB value is (97,205,214). Sum of RGB (Red+Green+Blue) = 97+205+214=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #61CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDD6 is #9E3229. Grayscale: #ADADAD. Windows color (decimal): -10367530 or 14077281. OLE color: 14077281.
HSL color Cylindrical-coordinate representation of color #61CDD6: hue angle of 184.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61CDD6 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 205 | 214 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.16 |
| HSL | 184.62º | 0.59% | 0.61% | - |
| HSV(B) | 184.62º | 0.55% | 0.84% | - |
| XYZ | 38.9 | 51.06 | 71.42 | - |
| YUV | 173.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 214 | 0.55 | 0.04 | 0 | 0.16 | 184.62 | 0.59 | 0.61 |
| Hex | 61 | CD | D6 | 37 | 4 | 0 | 10 | B9 | 3B | 3D |
| Octal | 141 | 315 | 326 | 67 | 4 | 0 | 20 | 271 | 73 | 75 |
| Binary | 1100001 | 11001101 | 11010110 | 110111 | 100 | 0 | 10000 | 10111001 | 111011 | 111101 |
Color Harmonies of #61CDD6
Complementary color
Monochromatic Colors of #61CDD6
Black with #61CDD6
Text Example
Text Example
White with #61CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDD6; }
p { color: rgb(97,205,214); }
H1.HeaderClassName
{
color: #61CDD6;
}
.AnyTagClassName
{
color: #61CDD6;
}
</style>
background-color css
<style>
a { background-color: #61CDD6; }
a { background-color: rgb(97,205,214); }
div.DivClassName
{
background-color: #61CDD6;
}
.BgClassName
{
background-color: #61CDD6;
}
</style>
border-color css
<style>
span { border-color: #61CDD6; }
span { border-color: rgb(97,205,214); }
td.TdClassName
{
border-color: #61CDD6;
}
.TagClassName
{
border-color: #61CDD6;
}
</style>