Shades of Turquoise Blue #68DADA
Tints of Turquoise Blue #68DADA
RGB
CMYK
RGB Variations
Color information
#68DADA (or 0x68DADA) is known color: Turquoise Blue. HEX triplet: 68, DA and DA. RGB value is (104,218,218). Sum of RGB (Red+Green+Blue) = 104+218+218=540 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.26% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #68DADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DADA is #972525. Grayscale: #B7B7B7. Windows color (decimal): -9905446 or 14342760. OLE color: 14342760.
HSL color Cylindrical-coordinate representation of color #68DADA: hue angle of 180º 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 #68DADA is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 218 | - |
| CMYK | 0.52 | 0 | 0 | 0.15 |
| HSL | 180º | 0.61% | 0.63% | - |
| HSV(B) | 180º | 0.52% | 0.85% | - |
| XYZ | 43.44 | 58.15 | 75.26 | - |
| YUV | 183.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 218 | 0.52 | 0 | 0 | 0.15 | 180 | 0.61 | 0.63 |
| Hex | 68 | DA | DA | 34 | 0 | 0 | F | B4 | 3D | 3F |
| Octal | 150 | 332 | 332 | 64 | 0 | 0 | 17 | 264 | 75 | 77 |
| Binary | 1101000 | 11011010 | 11011010 | 110100 | 0 | 0 | 1111 | 10110100 | 111101 | 111111 |
Color Harmonies of #68DADA
Complementary color
Monochromatic Colors of #68DADA
Black with #68DADA
Text Example
Text Example
White with #68DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DADA; }
p { color: rgb(104,218,218); }
H1.HeaderClassName
{
color: #68DADA;
}
.AnyTagClassName
{
color: #68DADA;
}
</style>
background-color css
<style>
a { background-color: #68DADA; }
a { background-color: rgb(104,218,218); }
div.DivClassName
{
background-color: #68DADA;
}
.BgClassName
{
background-color: #68DADA;
}
</style>
border-color css
<style>
span { border-color: #68DADA; }
span { border-color: rgb(104,218,218); }
td.TdClassName
{
border-color: #68DADA;
}
.TagClassName
{
border-color: #68DADA;
}
</style>