Shades of Turquoise Blue #68CFE9
Tints of Turquoise Blue #68CFE9
RGB
CMYK
RGB Variations
Color information
#68CFE9 (or 0x68CFE9) is known color: Turquoise Blue. HEX triplet: 68, CF and E9. RGB value is (104,207,233). Sum of RGB (Red+Green+Blue) = 104+207+233=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #68CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFE9 is #973016. Grayscale: #B2B2B2. Windows color (decimal): -9908247 or 15322984. OLE color: 15322984.
HSL color Cylindrical-coordinate representation of color #68CFE9: hue angle of 192.09º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CFE9 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 207 | 233 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.09 |
| HSL | 192.09º | 0.75% | 0.66% | - |
| HSV(B) | 192.09º | 0.55% | 0.91% | - |
| XYZ | 42.73 | 53.45 | 85.16 | - |
| YUV | 179.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 233 | 0.55 | 0.11 | 0 | 0.09 | 192.09 | 0.75 | 0.66 |
| Hex | 68 | CF | E9 | 37 | B | 0 | 9 | C0 | 4B | 42 |
| Octal | 150 | 317 | 351 | 67 | 13 | 0 | 11 | 300 | 113 | 102 |
| Binary | 1101000 | 11001111 | 11101001 | 110111 | 1011 | 0 | 1001 | 11000000 | 1001011 | 1000010 |
Color Harmonies of #68CFE9
Complementary color
Monochromatic Colors of #68CFE9
Black with #68CFE9
Text Example
Text Example
White with #68CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFE9; }
p { color: rgb(104,207,233); }
H1.HeaderClassName
{
color: #68CFE9;
}
.AnyTagClassName
{
color: #68CFE9;
}
</style>
background-color css
<style>
a { background-color: #68CFE9; }
a { background-color: rgb(104,207,233); }
div.DivClassName
{
background-color: #68CFE9;
}
.BgClassName
{
background-color: #68CFE9;
}
</style>
border-color css
<style>
span { border-color: #68CFE9; }
span { border-color: rgb(104,207,233); }
td.TdClassName
{
border-color: #68CFE9;
}
.TagClassName
{
border-color: #68CFE9;
}
</style>