Shades of Turquoise Blue #68CCDF
Tints of Turquoise Blue #68CCDF
RGB
CMYK
RGB Variations
Color information
#68CCDF (or 0x68CCDF) is known color: Turquoise Blue. HEX triplet: 68, CC and DF. RGB value is (104,204,223). Sum of RGB (Red+Green+Blue) = 104+204+223=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #68CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCDF is #973320. Grayscale: #B0B0B0. Windows color (decimal): -9909025 or 14666856. OLE color: 14666856.
HSL color Cylindrical-coordinate representation of color #68CCDF: hue angle of 189.58º 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 #68CCDF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 204 | 223 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.13 |
| HSL | 189.58º | 0.65% | 0.64% | - |
| HSV(B) | 189.58º | 0.53% | 0.87% | - |
| XYZ | 40.62 | 51.46 | 77.6 | - |
| YUV | 176.27 | 154.37 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 223 | 0.53 | 0.09 | 0 | 0.13 | 189.58 | 0.65 | 0.64 |
| Hex | 68 | CC | DF | 35 | 9 | 0 | D | BE | 41 | 40 |
| Octal | 150 | 314 | 337 | 65 | 11 | 0 | 15 | 276 | 101 | 100 |
| Binary | 1101000 | 11001100 | 11011111 | 110101 | 1001 | 0 | 1101 | 10111110 | 1000001 | 1000000 |
Color Harmonies of #68CCDF
Complementary color
Monochromatic Colors of #68CCDF
Black with #68CCDF
Text Example
Text Example
White with #68CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCDF; }
p { color: rgb(104,204,223); }
H1.HeaderClassName
{
color: #68CCDF;
}
.AnyTagClassName
{
color: #68CCDF;
}
</style>
background-color css
<style>
a { background-color: #68CCDF; }
a { background-color: rgb(104,204,223); }
div.DivClassName
{
background-color: #68CCDF;
}
.BgClassName
{
background-color: #68CCDF;
}
</style>
border-color css
<style>
span { border-color: #68CCDF; }
span { border-color: rgb(104,204,223); }
td.TdClassName
{
border-color: #68CCDF;
}
.TagClassName
{
border-color: #68CCDF;
}
</style>