Shades of Turquoise Blue #68CDD8
Tints of Turquoise Blue #68CDD8
RGB
CMYK
RGB Variations
Color information
#68CDD8 (or 0x68CDD8) is known color: Turquoise Blue. HEX triplet: 68, CD and D8. RGB value is (104,205,216). Sum of RGB (Red+Green+Blue) = 104+205+216=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #68CDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDD8 is #973227. Grayscale: #AFAFAF. Windows color (decimal): -9908776 or 14208360. OLE color: 14208360.
HSL color Cylindrical-coordinate representation of color #68CDD8: hue angle of 185.89º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68CDD8 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 205 | 216 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.15 |
| HSL | 185.89º | 0.59% | 0.63% | - |
| HSV(B) | 185.89º | 0.52% | 0.85% | - |
| XYZ | 39.93 | 51.56 | 72.81 | - |
| YUV | 176.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 216 | 0.52 | 0.05 | 0 | 0.15 | 185.89 | 0.59 | 0.63 |
| Hex | 68 | CD | D8 | 34 | 5 | 0 | F | BA | 3B | 3F |
| Octal | 150 | 315 | 330 | 64 | 5 | 0 | 17 | 272 | 73 | 77 |
| Binary | 1101000 | 11001101 | 11011000 | 110100 | 101 | 0 | 1111 | 10111010 | 111011 | 111111 |
Color Harmonies of #68CDD8
Complementary color
Monochromatic Colors of #68CDD8
Black with #68CDD8
Text Example
Text Example
White with #68CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDD8; }
p { color: rgb(104,205,216); }
H1.HeaderClassName
{
color: #68CDD8;
}
.AnyTagClassName
{
color: #68CDD8;
}
</style>
background-color css
<style>
a { background-color: #68CDD8; }
a { background-color: rgb(104,205,216); }
div.DivClassName
{
background-color: #68CDD8;
}
.BgClassName
{
background-color: #68CDD8;
}
</style>
border-color css
<style>
span { border-color: #68CDD8; }
span { border-color: rgb(104,205,216); }
td.TdClassName
{
border-color: #68CDD8;
}
.TagClassName
{
border-color: #68CDD8;
}
</style>