Shades of Turquoise Blue #61CEE2
Tints of Turquoise Blue #61CEE2
RGB
CMYK
RGB Variations
Color information
#61CEE2 (or 0x61CEE2) is known color: Turquoise Blue. HEX triplet: 61, CE and E2. RGB value is (97,206,226). Sum of RGB (Red+Green+Blue) = 97+206+226=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #61CEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEE2 is #9E311D. Grayscale: #AFAFAF. Windows color (decimal): -10367262 or 14863969. OLE color: 14863969.
HSL color Cylindrical-coordinate representation of color #61CEE2: hue angle of 189.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61CEE2 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 206 | 226 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.11 |
| HSL | 189.3º | 0.69% | 0.63% | - |
| HSV(B) | 189.3º | 0.57% | 0.89% | - |
| XYZ | 40.73 | 52.17 | 79.88 | - |
| YUV | 175.69 | 156.39 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 226 | 0.57 | 0.09 | 0 | 0.11 | 189.3 | 0.69 | 0.63 |
| Hex | 61 | CE | E2 | 39 | 9 | 0 | B | BD | 45 | 3F |
| Octal | 141 | 316 | 342 | 71 | 11 | 0 | 13 | 275 | 105 | 77 |
| Binary | 1100001 | 11001110 | 11100010 | 111001 | 1001 | 0 | 1011 | 10111101 | 1000101 | 111111 |
Color Harmonies of #61CEE2
Complementary color
Monochromatic Colors of #61CEE2
Black with #61CEE2
Text Example
Text Example
White with #61CEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CEE2; }
p { color: rgb(97,206,226); }
H1.HeaderClassName
{
color: #61CEE2;
}
.AnyTagClassName
{
color: #61CEE2;
}
</style>
background-color css
<style>
a { background-color: #61CEE2; }
a { background-color: rgb(97,206,226); }
div.DivClassName
{
background-color: #61CEE2;
}
.BgClassName
{
background-color: #61CEE2;
}
</style>
border-color css
<style>
span { border-color: #61CEE2; }
span { border-color: rgb(97,206,226); }
td.TdClassName
{
border-color: #61CEE2;
}
.TagClassName
{
border-color: #61CEE2;
}
</style>