Shades of Turquoise Blue #68DDDF
Tints of Turquoise Blue #68DDDF
RGB
CMYK
RGB Variations
Color information
#68DDDF (or 0x68DDDF) is known color: Turquoise Blue. HEX triplet: 68, DD and DF. RGB value is (104,221,223). Sum of RGB (Red+Green+Blue) = 104+221+223=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #68DDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDDF is #972220. Grayscale: #BABABA. Windows color (decimal): -9904673 or 14671208. OLE color: 14671208.
HSL color Cylindrical-coordinate representation of color #68DDDF: hue angle of 181.01º 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 #68DDDF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 223 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.13 |
| HSL | 181.01º | 0.65% | 0.64% | - |
| HSV(B) | 181.01º | 0.53% | 0.87% | - |
| XYZ | 44.88 | 59.98 | 79.02 | - |
| YUV | 186.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 223 | 0.53 | 0.01 | 0 | 0.13 | 181.01 | 0.65 | 0.64 |
| Hex | 68 | DD | DF | 35 | 1 | 0 | D | B5 | 41 | 40 |
| Octal | 150 | 335 | 337 | 65 | 1 | 0 | 15 | 265 | 101 | 100 |
| Binary | 1101000 | 11011101 | 11011111 | 110101 | 1 | 0 | 1101 | 10110101 | 1000001 | 1000000 |
Color Harmonies of #68DDDF
Complementary color
Monochromatic Colors of #68DDDF
Black with #68DDDF
Text Example
Text Example
White with #68DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDDF; }
p { color: rgb(104,221,223); }
H1.HeaderClassName
{
color: #68DDDF;
}
.AnyTagClassName
{
color: #68DDDF;
}
</style>
background-color css
<style>
a { background-color: #68DDDF; }
a { background-color: rgb(104,221,223); }
div.DivClassName
{
background-color: #68DDDF;
}
.BgClassName
{
background-color: #68DDDF;
}
</style>
border-color css
<style>
span { border-color: #68DDDF; }
span { border-color: rgb(104,221,223); }
td.TdClassName
{
border-color: #68DDDF;
}
.TagClassName
{
border-color: #68DDDF;
}
</style>