Shades of Turquoise Blue #61DCFB
Tints of Turquoise Blue #61DCFB
RGB
CMYK
RGB Variations
Color information
#61DCFB (or 0x61DCFB) is known color: Turquoise Blue. HEX triplet: 61, DC and FB. RGB value is (97,220,251). Sum of RGB (Red+Green+Blue) = 97+220+251=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #61DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DCFB is #9E2304. Grayscale: #BABABA. Windows color (decimal): -10363653 or 16505953. OLE color: 16505953.
HSL color Cylindrical-coordinate representation of color #61DCFB: hue angle of 192.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61DCFB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 220 | 251 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.02 |
| HSL | 192.08º | 0.95% | 0.68% | - |
| HSV(B) | 192.08º | 0.61% | 0.98% | - |
| XYZ | 47.94 | 60.69 | 100.46 | - |
| YUV | 186.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 251 | 0.61 | 0.12 | 0 | 0.02 | 192.08 | 0.95 | 0.68 |
| Hex | 61 | DC | FB | 3D | C | 0 | 2 | C0 | 5F | 44 |
| Octal | 141 | 334 | 373 | 75 | 14 | 0 | 2 | 300 | 137 | 104 |
| Binary | 1100001 | 11011100 | 11111011 | 111101 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000100 |
Color Harmonies of #61DCFB
Complementary color
Monochromatic Colors of #61DCFB
Black with #61DCFB
Text Example
Text Example
White with #61DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DCFB; }
p { color: rgb(97,220,251); }
H1.HeaderClassName
{
color: #61DCFB;
}
.AnyTagClassName
{
color: #61DCFB;
}
</style>
background-color css
<style>
a { background-color: #61DCFB; }
a { background-color: rgb(97,220,251); }
div.DivClassName
{
background-color: #61DCFB;
}
.BgClassName
{
background-color: #61DCFB;
}
</style>
border-color css
<style>
span { border-color: #61DCFB; }
span { border-color: rgb(97,220,251); }
td.TdClassName
{
border-color: #61DCFB;
}
.TagClassName
{
border-color: #61DCFB;
}
</style>