Shades of Turquoise Blue #61E0D4
Tints of Turquoise Blue #61E0D4
RGB
CMYK
RGB Variations
Color information
#61E0D4 (or 0x61E0D4) is known color: Turquoise Blue. HEX triplet: 61, E0 and D4. RGB value is (97,224,212). Sum of RGB (Red+Green+Blue) = 97+224+212=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #61E0D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E0D4 is #9E1F2B. Grayscale: #B8B8B8. Windows color (decimal): -10362668 or 13951073. OLE color: 13951073.
HSL color Cylindrical-coordinate representation of color #61E0D4: hue angle of 174.33º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E0D4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 212 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.12 |
| HSL | 174.33º | 0.67% | 0.63% | - |
| HSV(B) | 174.33º | 0.57% | 0.88% | - |
| XYZ | 43.47 | 60.61 | 71.69 | - |
| YUV | 184.66 | 143.42 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 212 | 0.57 | 0 | 0.05 | 0.12 | 174.33 | 0.67 | 0.63 |
| Hex | 61 | E0 | D4 | 39 | 0 | 5 | C | AE | 43 | 3F |
| Octal | 141 | 340 | 324 | 71 | 0 | 5 | 14 | 256 | 103 | 77 |
| Binary | 1100001 | 11100000 | 11010100 | 111001 | 0 | 101 | 1100 | 10101110 | 1000011 | 111111 |
Color Harmonies of #61E0D4
Complementary color
Monochromatic Colors of #61E0D4
Black with #61E0D4
Text Example
Text Example
White with #61E0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E0D4; }
p { color: rgb(97,224,212); }
H1.HeaderClassName
{
color: #61E0D4;
}
.AnyTagClassName
{
color: #61E0D4;
}
</style>
background-color css
<style>
a { background-color: #61E0D4; }
a { background-color: rgb(97,224,212); }
div.DivClassName
{
background-color: #61E0D4;
}
.BgClassName
{
background-color: #61E0D4;
}
</style>
border-color css
<style>
span { border-color: #61E0D4; }
span { border-color: rgb(97,224,212); }
td.TdClassName
{
border-color: #61E0D4;
}
.TagClassName
{
border-color: #61E0D4;
}
</style>