Shades of Turquoise Blue #68C9E7
Tints of Turquoise Blue #68C9E7
RGB
CMYK
RGB Variations
Color information
#68C9E7 (or 0x68C9E7) is known color: Turquoise Blue. HEX triplet: 68, C9 and E7. RGB value is (104,201,231). Sum of RGB (Red+Green+Blue) = 104+201+231=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #68C9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C9E7 is #973618. Grayscale: #AFAFAF. Windows color (decimal): -9909785 or 15190376. OLE color: 15190376.
HSL color Cylindrical-coordinate representation of color #68C9E7: hue angle of 194.17º degrees, saturation: 0.73, 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 #68C9E7 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 201 | 231 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.09 |
| HSL | 194.17º | 0.73% | 0.66% | - |
| HSV(B) | 194.17º | 0.55% | 0.91% | - |
| XYZ | 41.02 | 50.49 | 83.18 | - |
| YUV | 175.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 231 | 0.55 | 0.13 | 0 | 0.09 | 194.17 | 0.73 | 0.66 |
| Hex | 68 | C9 | E7 | 37 | D | 0 | 9 | C2 | 49 | 42 |
| Octal | 150 | 311 | 347 | 67 | 15 | 0 | 11 | 302 | 111 | 102 |
| Binary | 1101000 | 11001001 | 11100111 | 110111 | 1101 | 0 | 1001 | 11000010 | 1001001 | 1000010 |
Color Harmonies of #68C9E7
Complementary color
Monochromatic Colors of #68C9E7
Black with #68C9E7
Text Example
Text Example
White with #68C9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9E7; }
p { color: rgb(104,201,231); }
H1.HeaderClassName
{
color: #68C9E7;
}
.AnyTagClassName
{
color: #68C9E7;
}
</style>
background-color css
<style>
a { background-color: #68C9E7; }
a { background-color: rgb(104,201,231); }
div.DivClassName
{
background-color: #68C9E7;
}
.BgClassName
{
background-color: #68C9E7;
}
</style>
border-color css
<style>
span { border-color: #68C9E7; }
span { border-color: rgb(104,201,231); }
td.TdClassName
{
border-color: #68C9E7;
}
.TagClassName
{
border-color: #68C9E7;
}
</style>