Shades of Turquoise Blue #61EDEA
Tints of Turquoise Blue #61EDEA
RGB
CMYK
RGB Variations
Color information
#61EDEA (or 0x61EDEA) is known color: Turquoise Blue. HEX triplet: 61, ED and EA. RGB value is (97,237,234). Sum of RGB (Red+Green+Blue) = 97+237+234=568 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.08% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDEA is #9E1215. Grayscale: #C2C2C2. Windows color (decimal): -10359318 or 15396193. OLE color: 15396193.
HSL color Cylindrical-coordinate representation of color #61EDEA: hue angle of 178.71º 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 #61EDEA is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 234 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.07 |
| HSL | 178.71º | 0.8% | 0.65% | - |
| HSV(B) | 178.71º | 0.59% | 0.93% | - |
| XYZ | 50.07 | 69.05 | 88.53 | - |
| YUV | 194.8 | 150.12 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 234 | 0.59 | 0 | 0.01 | 0.07 | 178.71 | 0.8 | 0.65 |
| Hex | 61 | ED | EA | 3B | 0 | 1 | 7 | B3 | 50 | 41 |
| Octal | 141 | 355 | 352 | 73 | 0 | 1 | 7 | 263 | 120 | 101 |
| Binary | 1100001 | 11101101 | 11101010 | 111011 | 0 | 1 | 111 | 10110011 | 1010000 | 1000001 |
Color Harmonies of #61EDEA
Complementary color
Monochromatic Colors of #61EDEA
Black with #61EDEA
Text Example
Text Example
White with #61EDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDEA; }
p { color: rgb(97,237,234); }
H1.HeaderClassName
{
color: #61EDEA;
}
.AnyTagClassName
{
color: #61EDEA;
}
</style>
background-color css
<style>
a { background-color: #61EDEA; }
a { background-color: rgb(97,237,234); }
div.DivClassName
{
background-color: #61EDEA;
}
.BgClassName
{
background-color: #61EDEA;
}
</style>
border-color css
<style>
span { border-color: #61EDEA; }
span { border-color: rgb(97,237,234); }
td.TdClassName
{
border-color: #61EDEA;
}
.TagClassName
{
border-color: #61EDEA;
}
</style>