Shades of Turquoise Blue #61D8FF
Tints of Turquoise Blue #61D8FF
RGB
CMYK
RGB Variations
Color information
#61D8FF (or 0x61D8FF) is known color: Turquoise Blue. HEX triplet: 61, D8 and FF. RGB value is (97,216,255). Sum of RGB (Red+Green+Blue) = 97+216+255=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #61D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D8FF is #9E2700. Grayscale: #B8B8B8. Windows color (decimal): -10364673 or 16767073. OLE color: 16767073.
HSL color Cylindrical-coordinate representation of color #61D8FF: hue angle of 194.81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61D8FF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 216 | 255 | - |
| CMYK | 0.62 | 0.15 | 0 | 0 |
| HSL | 194.81º | 1% | 0.69% | - |
| HSV(B) | 194.81º | 0.62% | 1% | - |
| XYZ | 47.54 | 58.87 | 103.47 | - |
| YUV | 184.87 | 167.58 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 216 | 255 | 0.62 | 0.15 | 0 | 0 | 194.81 | 1 | 0.69 |
| Hex | 61 | D8 | FF | 3E | F | 0 | 0 | C3 | 64 | 45 |
| Octal | 141 | 330 | 377 | 76 | 17 | 0 | 0 | 303 | 144 | 105 |
| Binary | 1100001 | 11011000 | 11111111 | 111110 | 1111 | 0 | 0 | 11000011 | 1100100 | 1000101 |
Color Harmonies of #61D8FF
Complementary color
Monochromatic Colors of #61D8FF
Black with #61D8FF
Text Example
Text Example
White with #61D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D8FF; }
p { color: rgb(97,216,255); }
H1.HeaderClassName
{
color: #61D8FF;
}
.AnyTagClassName
{
color: #61D8FF;
}
</style>
background-color css
<style>
a { background-color: #61D8FF; }
a { background-color: rgb(97,216,255); }
div.DivClassName
{
background-color: #61D8FF;
}
.BgClassName
{
background-color: #61D8FF;
}
</style>
border-color css
<style>
span { border-color: #61D8FF; }
span { border-color: rgb(97,216,255); }
td.TdClassName
{
border-color: #61D8FF;
}
.TagClassName
{
border-color: #61D8FF;
}
</style>