Shades of Turquoise Blue #61DFE8
Tints of Turquoise Blue #61DFE8
RGB
CMYK
RGB Variations
Color information
#61DFE8 (or 0x61DFE8) is known color: Turquoise Blue. HEX triplet: 61, DF and E8. RGB value is (97,223,232). Sum of RGB (Red+Green+Blue) = 97+223+232=552 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.57% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #61DFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61DFE8 is #9E2017. Grayscale: #BABABA. Windows color (decimal): -10362904 or 15261537. OLE color: 15261537.
HSL color Cylindrical-coordinate representation of color #61DFE8: hue angle of 184º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61DFE8 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 223 | 232 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.09 |
| HSL | 184º | 0.75% | 0.65% | - |
| HSV(B) | 184º | 0.58% | 0.91% | - |
| XYZ | 45.88 | 61.14 | 85.73 | - |
| YUV | 186.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 232 | 0.58 | 0.04 | 0 | 0.09 | 184 | 0.75 | 0.65 |
| Hex | 61 | DF | E8 | 3A | 4 | 0 | 9 | B8 | 4B | 41 |
| Octal | 141 | 337 | 350 | 72 | 4 | 0 | 11 | 270 | 113 | 101 |
| Binary | 1100001 | 11011111 | 11101000 | 111010 | 100 | 0 | 1001 | 10111000 | 1001011 | 1000001 |
Color Harmonies of #61DFE8
Complementary color
Monochromatic Colors of #61DFE8
Black with #61DFE8
Text Example
Text Example
White with #61DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DFE8; }
p { color: rgb(97,223,232); }
H1.HeaderClassName
{
color: #61DFE8;
}
.AnyTagClassName
{
color: #61DFE8;
}
</style>
background-color css
<style>
a { background-color: #61DFE8; }
a { background-color: rgb(97,223,232); }
div.DivClassName
{
background-color: #61DFE8;
}
.BgClassName
{
background-color: #61DFE8;
}
</style>
border-color css
<style>
span { border-color: #61DFE8; }
span { border-color: rgb(97,223,232); }
td.TdClassName
{
border-color: #61DFE8;
}
.TagClassName
{
border-color: #61DFE8;
}
</style>