Shades of Turquoise Blue #68DBDF
Tints of Turquoise Blue #68DBDF
RGB
CMYK
RGB Variations
Color information
#68DBDF (or 0x68DBDF) is known color: Turquoise Blue. HEX triplet: 68, DB and DF. RGB value is (104,219,223). Sum of RGB (Red+Green+Blue) = 104+219+223=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #68DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DBDF is #972420. Grayscale: #B8B8B8. Windows color (decimal): -9905185 or 14670696. OLE color: 14670696.
HSL color Cylindrical-coordinate representation of color #68DBDF: hue angle of 182.02º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBDF is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 219 | 223 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.13 |
| HSL | 182.02º | 0.65% | 0.64% | - |
| HSV(B) | 182.02º | 0.53% | 0.87% | - |
| XYZ | 44.36 | 58.93 | 78.85 | - |
| YUV | 185.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 223 | 0.53 | 0.02 | 0 | 0.13 | 182.02 | 0.65 | 0.64 |
| Hex | 68 | DB | DF | 35 | 2 | 0 | D | B6 | 41 | 40 |
| Octal | 150 | 333 | 337 | 65 | 2 | 0 | 15 | 266 | 101 | 100 |
| Binary | 1101000 | 11011011 | 11011111 | 110101 | 10 | 0 | 1101 | 10110110 | 1000001 | 1000000 |
Color Harmonies of #68DBDF
Complementary color
Monochromatic Colors of #68DBDF
Black with #68DBDF
Text Example
Text Example
White with #68DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBDF; }
p { color: rgb(104,219,223); }
H1.HeaderClassName
{
color: #68DBDF;
}
.AnyTagClassName
{
color: #68DBDF;
}
</style>
background-color css
<style>
a { background-color: #68DBDF; }
a { background-color: rgb(104,219,223); }
div.DivClassName
{
background-color: #68DBDF;
}
.BgClassName
{
background-color: #68DBDF;
}
</style>
border-color css
<style>
span { border-color: #68DBDF; }
span { border-color: rgb(104,219,223); }
td.TdClassName
{
border-color: #68DBDF;
}
.TagClassName
{
border-color: #68DBDF;
}
</style>