Shades of Turquoise Blue #61CED5
Tints of Turquoise Blue #61CED5
RGB
CMYK
RGB Variations
Color information
#61CED5 (or 0x61CED5) is known color: Turquoise Blue. HEX triplet: 61, CE and D5. RGB value is (97,206,213). Sum of RGB (Red+Green+Blue) = 97+206+213=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #61CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CED5 is #9E312A. Grayscale: #AEAEAE. Windows color (decimal): -10367275 or 14012001. OLE color: 14012001.
HSL color Cylindrical-coordinate representation of color #61CED5: hue angle of 183.62º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61CED5 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 206 | 213 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.16 |
| HSL | 183.62º | 0.58% | 0.61% | - |
| HSV(B) | 183.62º | 0.54% | 0.84% | - |
| XYZ | 39.01 | 51.49 | 70.83 | - |
| YUV | 174.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 213 | 0.54 | 0.03 | 0 | 0.16 | 183.62 | 0.58 | 0.61 |
| Hex | 61 | CE | D5 | 36 | 3 | 0 | 10 | B8 | 3A | 3D |
| Octal | 141 | 316 | 325 | 66 | 3 | 0 | 20 | 270 | 72 | 75 |
| Binary | 1100001 | 11001110 | 11010101 | 110110 | 11 | 0 | 10000 | 10111000 | 111010 | 111101 |
Color Harmonies of #61CED5
Complementary color
Monochromatic Colors of #61CED5
Black with #61CED5
Text Example
Text Example
White with #61CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CED5; }
p { color: rgb(97,206,213); }
H1.HeaderClassName
{
color: #61CED5;
}
.AnyTagClassName
{
color: #61CED5;
}
</style>
background-color css
<style>
a { background-color: #61CED5; }
a { background-color: rgb(97,206,213); }
div.DivClassName
{
background-color: #61CED5;
}
.BgClassName
{
background-color: #61CED5;
}
</style>
border-color css
<style>
span { border-color: #61CED5; }
span { border-color: rgb(97,206,213); }
td.TdClassName
{
border-color: #61CED5;
}
.TagClassName
{
border-color: #61CED5;
}
</style>