Shades of Turquoise Blue #61CDF0
Tints of Turquoise Blue #61CDF0
RGB
CMYK
RGB Variations
Color information
#61CDF0 (or 0x61CDF0) is known color: Turquoise Blue. HEX triplet: 61, CD and F0. RGB value is (97,205,240). Sum of RGB (Red+Green+Blue) = 97+205+240=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #61CDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CDF0 is #9E320F. Grayscale: #B0B0B0. Windows color (decimal): -10367504 or 15781217. OLE color: 15781217.
HSL color Cylindrical-coordinate representation of color #61CDF0: hue angle of 194.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61CDF0 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 205 | 240 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.06 |
| HSL | 194.69º | 0.83% | 0.66% | - |
| HSV(B) | 194.69º | 0.6% | 0.94% | - |
| XYZ | 42.49 | 52.5 | 90.33 | - |
| YUV | 176.7 | 163.72 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 240 | 0.60 | 0.15 | 0 | 0.06 | 194.69 | 0.83 | 0.66 |
| Hex | 61 | CD | F0 | 3C | F | 0 | 6 | C3 | 53 | 42 |
| Octal | 141 | 315 | 360 | 74 | 17 | 0 | 6 | 303 | 123 | 102 |
| Binary | 1100001 | 11001101 | 11110000 | 111100 | 1111 | 0 | 110 | 11000011 | 1010011 | 1000010 |
Color Harmonies of #61CDF0
Complementary color
Monochromatic Colors of #61CDF0
Black with #61CDF0
Text Example
Text Example
White with #61CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDF0; }
p { color: rgb(97,205,240); }
H1.HeaderClassName
{
color: #61CDF0;
}
.AnyTagClassName
{
color: #61CDF0;
}
</style>
background-color css
<style>
a { background-color: #61CDF0; }
a { background-color: rgb(97,205,240); }
div.DivClassName
{
background-color: #61CDF0;
}
.BgClassName
{
background-color: #61CDF0;
}
</style>
border-color css
<style>
span { border-color: #61CDF0; }
span { border-color: rgb(97,205,240); }
td.TdClassName
{
border-color: #61CDF0;
}
.TagClassName
{
border-color: #61CDF0;
}
</style>