Shades of Turquoise Blue #61DEFB
Tints of Turquoise Blue #61DEFB
RGB
CMYK
RGB Variations
Color information
#61DEFB (or 0x61DEFB) is known color: Turquoise Blue. HEX triplet: 61, DE and FB. RGB value is (97,222,251). Sum of RGB (Red+Green+Blue) = 97+222+251=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #61DEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DEFB is #9E2104. Grayscale: #BBBBBB. Windows color (decimal): -10363141 or 16506465. OLE color: 16506465.
HSL color Cylindrical-coordinate representation of color #61DEFB: hue angle of 191.3º 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 #61DEFB is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 222 | 251 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.02 |
| HSL | 191.3º | 0.95% | 0.68% | - |
| HSV(B) | 191.3º | 0.61% | 0.98% | - |
| XYZ | 48.46 | 61.75 | 100.63 | - |
| YUV | 187.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 251 | 0.61 | 0.12 | 0 | 0.02 | 191.3 | 0.95 | 0.68 |
| Hex | 61 | DE | FB | 3D | C | 0 | 2 | BF | 5F | 44 |
| Octal | 141 | 336 | 373 | 75 | 14 | 0 | 2 | 277 | 137 | 104 |
| Binary | 1100001 | 11011110 | 11111011 | 111101 | 1100 | 0 | 10 | 10111111 | 1011111 | 1000100 |
Color Harmonies of #61DEFB
Complementary color
Monochromatic Colors of #61DEFB
Black with #61DEFB
Text Example
Text Example
White with #61DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DEFB; }
p { color: rgb(97,222,251); }
H1.HeaderClassName
{
color: #61DEFB;
}
.AnyTagClassName
{
color: #61DEFB;
}
</style>
background-color css
<style>
a { background-color: #61DEFB; }
a { background-color: rgb(97,222,251); }
div.DivClassName
{
background-color: #61DEFB;
}
.BgClassName
{
background-color: #61DEFB;
}
</style>
border-color css
<style>
span { border-color: #61DEFB; }
span { border-color: rgb(97,222,251); }
td.TdClassName
{
border-color: #61DEFB;
}
.TagClassName
{
border-color: #61DEFB;
}
</style>