Shades of Turquoise Blue #68CBD8
Tints of Turquoise Blue #68CBD8
RGB
CMYK
RGB Variations
Color information
#68CBD8 (or 0x68CBD8) is known color: Turquoise Blue. HEX triplet: 68, CB and D8. RGB value is (104,203,216). Sum of RGB (Red+Green+Blue) = 104+203+216=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #68CBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBD8 is #973427. Grayscale: #AEAEAE. Windows color (decimal): -9909288 or 14207848. OLE color: 14207848.
HSL color Cylindrical-coordinate representation of color #68CBD8: hue angle of 186.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68CBD8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 203 | 216 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.15 |
| HSL | 186.96º | 0.59% | 0.63% | - |
| HSV(B) | 186.96º | 0.52% | 0.85% | - |
| XYZ | 39.46 | 50.61 | 72.66 | - |
| YUV | 174.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 216 | 0.52 | 0.06 | 0 | 0.15 | 186.96 | 0.59 | 0.63 |
| Hex | 68 | CB | D8 | 34 | 6 | 0 | F | BB | 3B | 3F |
| Octal | 150 | 313 | 330 | 64 | 6 | 0 | 17 | 273 | 73 | 77 |
| Binary | 1101000 | 11001011 | 11011000 | 110100 | 110 | 0 | 1111 | 10111011 | 111011 | 111111 |
Color Harmonies of #68CBD8
Complementary color
Monochromatic Colors of #68CBD8
Black with #68CBD8
Text Example
Text Example
White with #68CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBD8; }
p { color: rgb(104,203,216); }
H1.HeaderClassName
{
color: #68CBD8;
}
.AnyTagClassName
{
color: #68CBD8;
}
</style>
background-color css
<style>
a { background-color: #68CBD8; }
a { background-color: rgb(104,203,216); }
div.DivClassName
{
background-color: #68CBD8;
}
.BgClassName
{
background-color: #68CBD8;
}
</style>
border-color css
<style>
span { border-color: #68CBD8; }
span { border-color: rgb(104,203,216); }
td.TdClassName
{
border-color: #68CBD8;
}
.TagClassName
{
border-color: #68CBD8;
}
</style>