Shades of Turquoise Blue #68DEDA
Tints of Turquoise Blue #68DEDA
RGB
CMYK
RGB Variations
Color information
#68DEDA (or 0x68DEDA) is known color: Turquoise Blue. HEX triplet: 68, DE and DA. RGB value is (104,222,218). Sum of RGB (Red+Green+Blue) = 104+222+218=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEDA is #972125. Grayscale: #BABABA. Windows color (decimal): -9904422 or 14343784. OLE color: 14343784.
HSL color Cylindrical-coordinate representation of color #68DEDA: hue angle of 177.97º degrees, saturation: 0.64, 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 #68DEDA is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 218 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.13 |
| HSL | 177.97º | 0.64% | 0.64% | - |
| HSV(B) | 177.97º | 0.53% | 0.87% | - |
| XYZ | 44.49 | 60.25 | 75.61 | - |
| YUV | 186.26 | 145.91 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 218 | 0.53 | 0 | 0.02 | 0.13 | 177.97 | 0.64 | 0.64 |
| Hex | 68 | DE | DA | 35 | 0 | 2 | D | B2 | 40 | 40 |
| Octal | 150 | 336 | 332 | 65 | 0 | 2 | 15 | 262 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11011010 | 110101 | 0 | 10 | 1101 | 10110010 | 1000000 | 1000000 |
Color Harmonies of #68DEDA
Complementary color
Monochromatic Colors of #68DEDA
Black with #68DEDA
Text Example
Text Example
White with #68DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEDA; }
p { color: rgb(104,222,218); }
H1.HeaderClassName
{
color: #68DEDA;
}
.AnyTagClassName
{
color: #68DEDA;
}
</style>
background-color css
<style>
a { background-color: #68DEDA; }
a { background-color: rgb(104,222,218); }
div.DivClassName
{
background-color: #68DEDA;
}
.BgClassName
{
background-color: #68DEDA;
}
</style>
border-color css
<style>
span { border-color: #68DEDA; }
span { border-color: rgb(104,222,218); }
td.TdClassName
{
border-color: #68DEDA;
}
.TagClassName
{
border-color: #68DEDA;
}
</style>