Shades of Turquoise Blue #68C9DC
Tints of Turquoise Blue #68C9DC
RGB
CMYK
RGB Variations
Color information
#68C9DC (or 0x68C9DC) is known color: Turquoise Blue. HEX triplet: 68, C9 and DC. RGB value is (104,201,220). Sum of RGB (Red+Green+Blue) = 104+201+220=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #68C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C9DC is #973623. Grayscale: #ADADAD. Windows color (decimal): -9909796 or 14469480. OLE color: 14469480.
HSL color Cylindrical-coordinate representation of color #68C9DC: hue angle of 189.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C9DC is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 201 | 220 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.14 |
| HSL | 189.83º | 0.62% | 0.64% | - |
| HSV(B) | 189.83º | 0.53% | 0.86% | - |
| XYZ | 39.51 | 49.88 | 75.26 | - |
| YUV | 174.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 220 | 0.53 | 0.09 | 0 | 0.14 | 189.83 | 0.62 | 0.64 |
| Hex | 68 | C9 | DC | 35 | 9 | 0 | E | BE | 3E | 40 |
| Octal | 150 | 311 | 334 | 65 | 11 | 0 | 16 | 276 | 76 | 100 |
| Binary | 1101000 | 11001001 | 11011100 | 110101 | 1001 | 0 | 1110 | 10111110 | 111110 | 1000000 |
Color Harmonies of #68C9DC
Complementary color
Monochromatic Colors of #68C9DC
Black with #68C9DC
Text Example
Text Example
White with #68C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C9DC; }
p { color: rgb(104,201,220); }
H1.HeaderClassName
{
color: #68C9DC;
}
.AnyTagClassName
{
color: #68C9DC;
}
</style>
background-color css
<style>
a { background-color: #68C9DC; }
a { background-color: rgb(104,201,220); }
div.DivClassName
{
background-color: #68C9DC;
}
.BgClassName
{
background-color: #68C9DC;
}
</style>
border-color css
<style>
span { border-color: #68C9DC; }
span { border-color: rgb(104,201,220); }
td.TdClassName
{
border-color: #68C9DC;
}
.TagClassName
{
border-color: #68C9DC;
}
</style>