Shades of Turquoise Blue #61D4ED
Tints of Turquoise Blue #61D4ED
RGB
CMYK
RGB Variations
Color information
#61D4ED (or 0x61D4ED) is known color: Turquoise Blue. HEX triplet: 61, D4 and ED. RGB value is (97,212,237). Sum of RGB (Red+Green+Blue) = 97+212+237=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #61D4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4ED is #9E2B12. Grayscale: #B4B4B4. Windows color (decimal): -10365715 or 15586401. OLE color: 15586401.
HSL color Cylindrical-coordinate representation of color #61D4ED: hue angle of 190.71º 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 #61D4ED is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 212 | 237 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.07 |
| HSL | 190.71º | 0.8% | 0.65% | - |
| HSV(B) | 190.71º | 0.59% | 0.93% | - |
| XYZ | 43.76 | 55.74 | 88.57 | - |
| YUV | 180.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 212 | 237 | 0.59 | 0.11 | 0 | 0.07 | 190.71 | 0.8 | 0.65 |
| Hex | 61 | D4 | ED | 3B | B | 0 | 7 | BF | 50 | 41 |
| Octal | 141 | 324 | 355 | 73 | 13 | 0 | 7 | 277 | 120 | 101 |
| Binary | 1100001 | 11010100 | 11101101 | 111011 | 1011 | 0 | 111 | 10111111 | 1010000 | 1000001 |
Color Harmonies of #61D4ED
Complementary color
Monochromatic Colors of #61D4ED
Black with #61D4ED
Text Example
Text Example
White with #61D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D4ED; }
p { color: rgb(97,212,237); }
H1.HeaderClassName
{
color: #61D4ED;
}
.AnyTagClassName
{
color: #61D4ED;
}
</style>
background-color css
<style>
a { background-color: #61D4ED; }
a { background-color: rgb(97,212,237); }
div.DivClassName
{
background-color: #61D4ED;
}
.BgClassName
{
background-color: #61D4ED;
}
</style>
border-color css
<style>
span { border-color: #61D4ED; }
span { border-color: rgb(97,212,237); }
td.TdClassName
{
border-color: #61D4ED;
}
.TagClassName
{
border-color: #61D4ED;
}
</style>