Shades of Turquoise Blue #68CDDA
Tints of Turquoise Blue #68CDDA
RGB
CMYK
RGB Variations
Color information
#68CDDA (or 0x68CDDA) is known color: Turquoise Blue. HEX triplet: 68, CD and DA. RGB value is (104,205,218). Sum of RGB (Red+Green+Blue) = 104+205+218=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #68CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDA is #973225. Grayscale: #B0B0B0. Windows color (decimal): -9908774 or 14339432. OLE color: 14339432.
HSL color Cylindrical-coordinate representation of color #68CDDA: hue angle of 186.84º degrees, saturation: 0.61, 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 #68CDDA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 205 | 218 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.15 |
| HSL | 186.84º | 0.61% | 0.63% | - |
| HSV(B) | 186.84º | 0.52% | 0.85% | - |
| XYZ | 40.2 | 51.67 | 74.18 | - |
| YUV | 176.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 218 | 0.52 | 0.06 | 0 | 0.15 | 186.84 | 0.61 | 0.63 |
| Hex | 68 | CD | DA | 34 | 6 | 0 | F | BB | 3D | 3F |
| Octal | 150 | 315 | 332 | 64 | 6 | 0 | 17 | 273 | 75 | 77 |
| Binary | 1101000 | 11001101 | 11011010 | 110100 | 110 | 0 | 1111 | 10111011 | 111101 | 111111 |
Color Harmonies of #68CDDA
Complementary color
Monochromatic Colors of #68CDDA
Black with #68CDDA
Text Example
Text Example
White with #68CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDDA; }
p { color: rgb(104,205,218); }
H1.HeaderClassName
{
color: #68CDDA;
}
.AnyTagClassName
{
color: #68CDDA;
}
</style>
background-color css
<style>
a { background-color: #68CDDA; }
a { background-color: rgb(104,205,218); }
div.DivClassName
{
background-color: #68CDDA;
}
.BgClassName
{
background-color: #68CDDA;
}
</style>
border-color css
<style>
span { border-color: #68CDDA; }
span { border-color: rgb(104,205,218); }
td.TdClassName
{
border-color: #68CDDA;
}
.TagClassName
{
border-color: #68CDDA;
}
</style>