Shades of Turquoise Blue #61DBFE
Tints of Turquoise Blue #61DBFE
RGB
CMYK
RGB Variations
Color information
#61DBFE (or 0x61DBFE) is known color: Turquoise Blue. HEX triplet: 61, DB and FE. RGB value is (97,219,254). Sum of RGB (Red+Green+Blue) = 97+219+254=570 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.02% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #61DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DBFE is #9E2401. Grayscale: #BABABA. Windows color (decimal): -10363906 or 16702305. OLE color: 16702305.
HSL color Cylindrical-coordinate representation of color #61DBFE: hue angle of 193.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61DBFE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 219 | 254 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.00 |
| HSL | 193.38º | 0.99% | 0.69% | - |
| HSV(B) | 193.38º | 0.62% | 1% | - |
| XYZ | 48.15 | 60.36 | 102.88 | - |
| YUV | 186.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 219 | 254 | 0.62 | 0.14 | 0 | 0.00 | 193.38 | 0.99 | 0.69 |
| Hex | 61 | DB | FE | 3E | E | 0 | 0 | C1 | 63 | 45 |
| Octal | 141 | 333 | 376 | 76 | 16 | 0 | 0 | 301 | 143 | 105 |
| Binary | 1100001 | 11011011 | 11111110 | 111110 | 1110 | 0 | 0 | 11000001 | 1100011 | 1000101 |
Color Harmonies of #61DBFE
Complementary color
Monochromatic Colors of #61DBFE
Black with #61DBFE
Text Example
Text Example
White with #61DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DBFE; }
p { color: rgb(97,219,254); }
H1.HeaderClassName
{
color: #61DBFE;
}
.AnyTagClassName
{
color: #61DBFE;
}
</style>
background-color css
<style>
a { background-color: #61DBFE; }
a { background-color: rgb(97,219,254); }
div.DivClassName
{
background-color: #61DBFE;
}
.BgClassName
{
background-color: #61DBFE;
}
</style>
border-color css
<style>
span { border-color: #61DBFE; }
span { border-color: rgb(97,219,254); }
td.TdClassName
{
border-color: #61DBFE;
}
.TagClassName
{
border-color: #61DBFE;
}
</style>