Shades of Turquoise Blue #61EEE3
Tints of Turquoise Blue #61EEE3
RGB
CMYK
RGB Variations
Color information
#61EEE3 (or 0x61EEE3) is known color: Turquoise Blue. HEX triplet: 61, EE and E3. RGB value is (97,238,227). Sum of RGB (Red+Green+Blue) = 97+238+227=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEE3 is #9E111C. Grayscale: #C2C2C2. Windows color (decimal): -10359069 or 14937697. OLE color: 14937697.
HSL color Cylindrical-coordinate representation of color #61EEE3: hue angle of 175.32º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEE3 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 227 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.07 |
| HSL | 175.32º | 0.81% | 0.66% | - |
| HSV(B) | 175.32º | 0.59% | 0.93% | - |
| XYZ | 49.37 | 69.24 | 83.43 | - |
| YUV | 194.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 227 | 0.59 | 0 | 0.05 | 0.07 | 175.32 | 0.81 | 0.66 |
| Hex | 61 | EE | E3 | 3B | 0 | 5 | 7 | AF | 51 | 42 |
| Octal | 141 | 356 | 343 | 73 | 0 | 5 | 7 | 257 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11100011 | 111011 | 0 | 101 | 111 | 10101111 | 1010001 | 1000010 |
Color Harmonies of #61EEE3
Complementary color
Monochromatic Colors of #61EEE3
Black with #61EEE3
Text Example
Text Example
White with #61EEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEE3; }
p { color: rgb(97,238,227); }
H1.HeaderClassName
{
color: #61EEE3;
}
.AnyTagClassName
{
color: #61EEE3;
}
</style>
background-color css
<style>
a { background-color: #61EEE3; }
a { background-color: rgb(97,238,227); }
div.DivClassName
{
background-color: #61EEE3;
}
.BgClassName
{
background-color: #61EEE3;
}
</style>
border-color css
<style>
span { border-color: #61EEE3; }
span { border-color: rgb(97,238,227); }
td.TdClassName
{
border-color: #61EEE3;
}
.TagClassName
{
border-color: #61EEE3;
}
</style>