Shades of Turquoise Blue #61CFE6
Tints of Turquoise Blue #61CFE6
RGB
CMYK
RGB Variations
Color information
#61CFE6 (or 0x61CFE6) is known color: Turquoise Blue. HEX triplet: 61, CF and E6. RGB value is (97,207,230). Sum of RGB (Red+Green+Blue) = 97+207+230=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #61CFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61CFE6 is #9E3019. Grayscale: #B0B0B0. Windows color (decimal): -10367002 or 15126369. OLE color: 15126369.
HSL color Cylindrical-coordinate representation of color #61CFE6: hue angle of 190.38º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61CFE6 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 207 | 230 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.10 |
| HSL | 190.38º | 0.73% | 0.64% | - |
| HSV(B) | 190.38º | 0.58% | 0.9% | - |
| XYZ | 41.53 | 52.88 | 82.88 | - |
| YUV | 176.73 | 158.06 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 230 | 0.58 | 0.10 | 0 | 0.10 | 190.38 | 0.73 | 0.64 |
| Hex | 61 | CF | E6 | 3A | A | 0 | A | BE | 49 | 40 |
| Octal | 141 | 317 | 346 | 72 | 12 | 0 | 12 | 276 | 111 | 100 |
| Binary | 1100001 | 11001111 | 11100110 | 111010 | 1010 | 0 | 1010 | 10111110 | 1001001 | 1000000 |
Color Harmonies of #61CFE6
Complementary color
Monochromatic Colors of #61CFE6
Black with #61CFE6
Text Example
Text Example
White with #61CFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CFE6; }
p { color: rgb(97,207,230); }
H1.HeaderClassName
{
color: #61CFE6;
}
.AnyTagClassName
{
color: #61CFE6;
}
</style>
background-color css
<style>
a { background-color: #61CFE6; }
a { background-color: rgb(97,207,230); }
div.DivClassName
{
background-color: #61CFE6;
}
.BgClassName
{
background-color: #61CFE6;
}
</style>
border-color css
<style>
span { border-color: #61CFE6; }
span { border-color: rgb(97,207,230); }
td.TdClassName
{
border-color: #61CFE6;
}
.TagClassName
{
border-color: #61CFE6;
}
</style>