Shades of Turquoise Blue #61DBFD
Tints of Turquoise Blue #61DBFD
RGB
CMYK
RGB Variations
Color information
#61DBFD (or 0x61DBFD) is known color: Turquoise Blue. HEX triplet: 61, DB and FD. RGB value is (97,219,253). Sum of RGB (Red+Green+Blue) = 97+219+253=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #61DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBFD is #9E2402. Grayscale: #BABABA. Windows color (decimal): -10363907 or 16636769. OLE color: 16636769.
HSL color Cylindrical-coordinate representation of color #61DBFD: hue angle of 193.08º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61DBFD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 219 | 253 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 193.08º | 0.98% | 0.69% | - |
| HSV(B) | 193.08º | 0.62% | 0.99% | - |
| XYZ | 47.99 | 60.3 | 102.04 | - |
| YUV | 186.4 | 165.58 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 253 | 0.62 | 0.13 | 0 | 0.01 | 193.08 | 0.98 | 0.69 |
| Hex | 61 | DB | FD | 3E | D | 0 | 1 | C1 | 62 | 45 |
| Octal | 141 | 333 | 375 | 76 | 15 | 0 | 1 | 301 | 142 | 105 |
| Binary | 1100001 | 11011011 | 11111101 | 111110 | 1101 | 0 | 1 | 11000001 | 1100010 | 1000101 |
Color Harmonies of #61DBFD
Complementary color
Monochromatic Colors of #61DBFD
Black with #61DBFD
Text Example
Text Example
White with #61DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBFD; }
p { color: rgb(97,219,253); }
H1.HeaderClassName
{
color: #61DBFD;
}
.AnyTagClassName
{
color: #61DBFD;
}
</style>
background-color css
<style>
a { background-color: #61DBFD; }
a { background-color: rgb(97,219,253); }
div.DivClassName
{
background-color: #61DBFD;
}
.BgClassName
{
background-color: #61DBFD;
}
</style>
border-color css
<style>
span { border-color: #61DBFD; }
span { border-color: rgb(97,219,253); }
td.TdClassName
{
border-color: #61DBFD;
}
.TagClassName
{
border-color: #61DBFD;
}
</style>