Shades of Turquoise Blue #61EDEF
Tints of Turquoise Blue #61EDEF
RGB
CMYK
RGB Variations
Color information
#61EDEF (or 0x61EDEF) is known color: Turquoise Blue. HEX triplet: 61, ED and EF. RGB value is (97,237,239). Sum of RGB (Red+Green+Blue) = 97+237+239=573 (75% of max value = 765). Red value is 97 (38.28% from 255 or 16.93% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #61EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDEF is #9E1210. Grayscale: #C3C3C3. Windows color (decimal): -10359313 or 15723873. OLE color: 15723873.
HSL color Cylindrical-coordinate representation of color #61EDEF: hue angle of 180.85º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDEF is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 237 | 239 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.06 |
| HSL | 180.85º | 0.82% | 0.66% | - |
| HSV(B) | 180.85º | 0.59% | 0.94% | - |
| XYZ | 50.79 | 69.34 | 92.37 | - |
| YUV | 195.37 | 152.62 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 239 | 0.59 | 0.01 | 0 | 0.06 | 180.85 | 0.82 | 0.66 |
| Hex | 61 | ED | EF | 3B | 1 | 0 | 6 | B5 | 52 | 42 |
| Octal | 141 | 355 | 357 | 73 | 1 | 0 | 6 | 265 | 122 | 102 |
| Binary | 1100001 | 11101101 | 11101111 | 111011 | 1 | 0 | 110 | 10110101 | 1010010 | 1000010 |
Color Harmonies of #61EDEF
Complementary color
Monochromatic Colors of #61EDEF
Black with #61EDEF
Text Example
Text Example
White with #61EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDEF; }
p { color: rgb(97,237,239); }
H1.HeaderClassName
{
color: #61EDEF;
}
.AnyTagClassName
{
color: #61EDEF;
}
</style>
background-color css
<style>
a { background-color: #61EDEF; }
a { background-color: rgb(97,237,239); }
div.DivClassName
{
background-color: #61EDEF;
}
.BgClassName
{
background-color: #61EDEF;
}
</style>
border-color css
<style>
span { border-color: #61EDEF; }
span { border-color: rgb(97,237,239); }
td.TdClassName
{
border-color: #61EDEF;
}
.TagClassName
{
border-color: #61EDEF;
}
</style>