Shades of Turquoise Blue #61EDE6
Tints of Turquoise Blue #61EDE6
RGB
CMYK
RGB Variations
Color information
#61EDE6 (or 0x61EDE6) is known color: Turquoise Blue. HEX triplet: 61, ED and E6. RGB value is (97,237,230). Sum of RGB (Red+Green+Blue) = 97+237+230=564 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.20% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDE6 is #9E1219. Grayscale: #C2C2C2. Windows color (decimal): -10359322 or 15134049. OLE color: 15134049.
HSL color Cylindrical-coordinate representation of color #61EDE6: hue angle of 177º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDE6 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 230 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.07 |
| HSL | 177º | 0.8% | 0.65% | - |
| HSV(B) | 177º | 0.59% | 0.93% | - |
| XYZ | 49.5 | 68.82 | 85.54 | - |
| YUV | 194.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 230 | 0.59 | 0 | 0.03 | 0.07 | 177 | 0.8 | 0.65 |
| Hex | 61 | ED | E6 | 3B | 0 | 3 | 7 | B1 | 50 | 41 |
| Octal | 141 | 355 | 346 | 73 | 0 | 3 | 7 | 261 | 120 | 101 |
| Binary | 1100001 | 11101101 | 11100110 | 111011 | 0 | 11 | 111 | 10110001 | 1010000 | 1000001 |
Color Harmonies of #61EDE6
Complementary color
Monochromatic Colors of #61EDE6
Black with #61EDE6
Text Example
Text Example
White with #61EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDE6; }
p { color: rgb(97,237,230); }
H1.HeaderClassName
{
color: #61EDE6;
}
.AnyTagClassName
{
color: #61EDE6;
}
</style>
background-color css
<style>
a { background-color: #61EDE6; }
a { background-color: rgb(97,237,230); }
div.DivClassName
{
background-color: #61EDE6;
}
.BgClassName
{
background-color: #61EDE6;
}
</style>
border-color css
<style>
span { border-color: #61EDE6; }
span { border-color: rgb(97,237,230); }
td.TdClassName
{
border-color: #61EDE6;
}
.TagClassName
{
border-color: #61EDE6;
}
</style>