Shades of Turquoise Blue #61CFED
Tints of Turquoise Blue #61CFED
RGB
CMYK
RGB Variations
Color information
#61CFED (or 0x61CFED) is known color: Turquoise Blue. HEX triplet: 61, CF and ED. RGB value is (97,207,237). Sum of RGB (Red+Green+Blue) = 97+207+237=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #61CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CFED is #9E3012. Grayscale: #B1B1B1. Windows color (decimal): -10366995 or 15585121. OLE color: 15585121.
HSL color Cylindrical-coordinate representation of color #61CFED: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61CFED is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 207 | 237 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.07 |
| HSL | 192.86º | 0.8% | 0.65% | - |
| HSV(B) | 192.86º | 0.59% | 0.93% | - |
| XYZ | 42.53 | 53.28 | 88.16 | - |
| YUV | 177.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 237 | 0.59 | 0.13 | 0 | 0.07 | 192.86 | 0.8 | 0.65 |
| Hex | 61 | CF | ED | 3B | D | 0 | 7 | C1 | 50 | 41 |
| Octal | 141 | 317 | 355 | 73 | 15 | 0 | 7 | 301 | 120 | 101 |
| Binary | 1100001 | 11001111 | 11101101 | 111011 | 1101 | 0 | 111 | 11000001 | 1010000 | 1000001 |
Color Harmonies of #61CFED
Complementary color
Monochromatic Colors of #61CFED
Black with #61CFED
Text Example
Text Example
White with #61CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFED; }
p { color: rgb(97,207,237); }
H1.HeaderClassName
{
color: #61CFED;
}
.AnyTagClassName
{
color: #61CFED;
}
</style>
background-color css
<style>
a { background-color: #61CFED; }
a { background-color: rgb(97,207,237); }
div.DivClassName
{
background-color: #61CFED;
}
.BgClassName
{
background-color: #61CFED;
}
</style>
border-color css
<style>
span { border-color: #61CFED; }
span { border-color: rgb(97,207,237); }
td.TdClassName
{
border-color: #61CFED;
}
.TagClassName
{
border-color: #61CFED;
}
</style>