Shades of Turquoise Blue #68CCDC
Tints of Turquoise Blue #68CCDC
RGB
CMYK
RGB Variations
Color information
#68CCDC (or 0x68CCDC) is known color: Turquoise Blue. HEX triplet: 68, CC and DC. RGB value is (104,204,220). Sum of RGB (Red+Green+Blue) = 104+204+220=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #68CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CCDC is #973323. Grayscale: #AFAFAF. Windows color (decimal): -9909028 or 14470248. OLE color: 14470248.
HSL color Cylindrical-coordinate representation of color #68CCDC: hue angle of 188.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CCDC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 204 | 220 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.14 |
| HSL | 188.28º | 0.62% | 0.64% | - |
| HSV(B) | 188.28º | 0.53% | 0.86% | - |
| XYZ | 40.22 | 51.3 | 75.49 | - |
| YUV | 175.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 220 | 0.53 | 0.07 | 0 | 0.14 | 188.28 | 0.62 | 0.64 |
| Hex | 68 | CC | DC | 35 | 7 | 0 | E | BC | 3E | 40 |
| Octal | 150 | 314 | 334 | 65 | 7 | 0 | 16 | 274 | 76 | 100 |
| Binary | 1101000 | 11001100 | 11011100 | 110101 | 111 | 0 | 1110 | 10111100 | 111110 | 1000000 |
Color Harmonies of #68CCDC
Complementary color
Monochromatic Colors of #68CCDC
Black with #68CCDC
Text Example
Text Example
White with #68CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCDC; }
p { color: rgb(104,204,220); }
H1.HeaderClassName
{
color: #68CCDC;
}
.AnyTagClassName
{
color: #68CCDC;
}
</style>
background-color css
<style>
a { background-color: #68CCDC; }
a { background-color: rgb(104,204,220); }
div.DivClassName
{
background-color: #68CCDC;
}
.BgClassName
{
background-color: #68CCDC;
}
</style>
border-color css
<style>
span { border-color: #68CCDC; }
span { border-color: rgb(104,204,220); }
td.TdClassName
{
border-color: #68CCDC;
}
.TagClassName
{
border-color: #68CCDC;
}
</style>