Shades of Turquoise Blue #61EFE7
Tints of Turquoise Blue #61EFE7
RGB
CMYK
RGB Variations
Color information
#61EFE7 (or 0x61EFE7) is known color: Turquoise Blue. HEX triplet: 61, EF and E7. RGB value is (97,239,231). Sum of RGB (Red+Green+Blue) = 97+239+231=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFE7 is #9E1018. Grayscale: #C3C3C3. Windows color (decimal): -10358809 or 15200097. OLE color: 15200097.
HSL color Cylindrical-coordinate representation of color #61EFE7: hue angle of 176.62º 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 #61EFE7 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 239 | 231 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.06 |
| HSL | 176.62º | 0.82% | 0.66% | - |
| HSV(B) | 176.62º | 0.59% | 0.94% | - |
| XYZ | 50.22 | 70.04 | 86.47 | - |
| YUV | 195.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 239 | 231 | 0.59 | 0 | 0.03 | 0.06 | 176.62 | 0.82 | 0.66 |
| Hex | 61 | EF | E7 | 3B | 0 | 3 | 6 | B1 | 52 | 42 |
| Octal | 141 | 357 | 347 | 73 | 0 | 3 | 6 | 261 | 122 | 102 |
| Binary | 1100001 | 11101111 | 11100111 | 111011 | 0 | 11 | 110 | 10110001 | 1010010 | 1000010 |
Color Harmonies of #61EFE7
Complementary color
Monochromatic Colors of #61EFE7
Black with #61EFE7
Text Example
Text Example
White with #61EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EFE7; }
p { color: rgb(97,239,231); }
H1.HeaderClassName
{
color: #61EFE7;
}
.AnyTagClassName
{
color: #61EFE7;
}
</style>
background-color css
<style>
a { background-color: #61EFE7; }
a { background-color: rgb(97,239,231); }
div.DivClassName
{
background-color: #61EFE7;
}
.BgClassName
{
background-color: #61EFE7;
}
</style>
border-color css
<style>
span { border-color: #61EFE7; }
span { border-color: rgb(97,239,231); }
td.TdClassName
{
border-color: #61EFE7;
}
.TagClassName
{
border-color: #61EFE7;
}
</style>