Shades of Turquoise Blue #61D3EE
Tints of Turquoise Blue #61D3EE
RGB
CMYK
RGB Variations
Color information
#61D3EE (or 0x61D3EE) is known color: Turquoise Blue. HEX triplet: 61, D3 and EE. RGB value is (97,211,238). Sum of RGB (Red+Green+Blue) = 97+211+238=546 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.77% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #61D3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D3EE is #9E2C11. Grayscale: #B3B3B3. Windows color (decimal): -10365970 or 15651681. OLE color: 15651681.
HSL color Cylindrical-coordinate representation of color #61D3EE: hue angle of 191.49º 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 #61D3EE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 211 | 238 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.07 |
| HSL | 191.49º | 0.81% | 0.66% | - |
| HSV(B) | 191.49º | 0.59% | 0.93% | - |
| XYZ | 43.66 | 55.3 | 89.26 | - |
| YUV | 179.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 211 | 238 | 0.59 | 0.11 | 0 | 0.07 | 191.49 | 0.81 | 0.66 |
| Hex | 61 | D3 | EE | 3B | B | 0 | 7 | BF | 51 | 42 |
| Octal | 141 | 323 | 356 | 73 | 13 | 0 | 7 | 277 | 121 | 102 |
| Binary | 1100001 | 11010011 | 11101110 | 111011 | 1011 | 0 | 111 | 10111111 | 1010001 | 1000010 |
Color Harmonies of #61D3EE
Complementary color
Monochromatic Colors of #61D3EE
Black with #61D3EE
Text Example
Text Example
White with #61D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D3EE; }
p { color: rgb(97,211,238); }
H1.HeaderClassName
{
color: #61D3EE;
}
.AnyTagClassName
{
color: #61D3EE;
}
</style>
background-color css
<style>
a { background-color: #61D3EE; }
a { background-color: rgb(97,211,238); }
div.DivClassName
{
background-color: #61D3EE;
}
.BgClassName
{
background-color: #61D3EE;
}
</style>
border-color css
<style>
span { border-color: #61D3EE; }
span { border-color: rgb(97,211,238); }
td.TdClassName
{
border-color: #61D3EE;
}
.TagClassName
{
border-color: #61D3EE;
}
</style>