Shades of Turquoise Blue #61CBDD
Tints of Turquoise Blue #61CBDD
RGB
CMYK
RGB Variations
Color information
#61CBDD (or 0x61CBDD) is known color: Turquoise Blue. HEX triplet: 61, CB and DD. RGB value is (97,203,221). Sum of RGB (Red+Green+Blue) = 97+203+221=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #61CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CBDD is #9E3422. Grayscale: #ADADAD. Windows color (decimal): -10368035 or 14535521. OLE color: 14535521.
HSL color Cylindrical-coordinate representation of color #61CBDD: hue angle of 188.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61CBDD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 203 | 221 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.13 |
| HSL | 188.71º | 0.65% | 0.62% | - |
| HSV(B) | 188.71º | 0.56% | 0.87% | - |
| XYZ | 39.34 | 50.47 | 76.08 | - |
| YUV | 173.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 221 | 0.56 | 0.08 | 0 | 0.13 | 188.71 | 0.65 | 0.62 |
| Hex | 61 | CB | DD | 38 | 8 | 0 | D | BD | 41 | 3E |
| Octal | 141 | 313 | 335 | 70 | 10 | 0 | 15 | 275 | 101 | 76 |
| Binary | 1100001 | 11001011 | 11011101 | 111000 | 1000 | 0 | 1101 | 10111101 | 1000001 | 111110 |
Color Harmonies of #61CBDD
Complementary color
Monochromatic Colors of #61CBDD
Black with #61CBDD
Text Example
Text Example
White with #61CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CBDD; }
p { color: rgb(97,203,221); }
H1.HeaderClassName
{
color: #61CBDD;
}
.AnyTagClassName
{
color: #61CBDD;
}
</style>
background-color css
<style>
a { background-color: #61CBDD; }
a { background-color: rgb(97,203,221); }
div.DivClassName
{
background-color: #61CBDD;
}
.BgClassName
{
background-color: #61CBDD;
}
</style>
border-color css
<style>
span { border-color: #61CBDD; }
span { border-color: rgb(97,203,221); }
td.TdClassName
{
border-color: #61CBDD;
}
.TagClassName
{
border-color: #61CBDD;
}
</style>