Shades of Turquoise Blue #68CBDB
Tints of Turquoise Blue #68CBDB
RGB
CMYK
RGB Variations
Color information
#68CBDB (or 0x68CBDB) is known color: Turquoise Blue. HEX triplet: 68, CB and DB. RGB value is (104,203,219). Sum of RGB (Red+Green+Blue) = 104+203+219=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBDB is #973424. Grayscale: #AFAFAF. Windows color (decimal): -9909285 or 14404456. OLE color: 14404456.
HSL color Cylindrical-coordinate representation of color #68CBDB: hue angle of 188.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CBDB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 203 | 219 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.14 |
| HSL | 188.35º | 0.61% | 0.63% | - |
| HSV(B) | 188.35º | 0.53% | 0.86% | - |
| XYZ | 39.85 | 50.77 | 74.72 | - |
| YUV | 175.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 219 | 0.53 | 0.07 | 0 | 0.14 | 188.35 | 0.61 | 0.63 |
| Hex | 68 | CB | DB | 35 | 7 | 0 | E | BC | 3D | 3F |
| Octal | 150 | 313 | 333 | 65 | 7 | 0 | 16 | 274 | 75 | 77 |
| Binary | 1101000 | 11001011 | 11011011 | 110101 | 111 | 0 | 1110 | 10111100 | 111101 | 111111 |
Color Harmonies of #68CBDB
Complementary color
Monochromatic Colors of #68CBDB
Black with #68CBDB
Text Example
Text Example
White with #68CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBDB; }
p { color: rgb(104,203,219); }
H1.HeaderClassName
{
color: #68CBDB;
}
.AnyTagClassName
{
color: #68CBDB;
}
</style>
background-color css
<style>
a { background-color: #68CBDB; }
a { background-color: rgb(104,203,219); }
div.DivClassName
{
background-color: #68CBDB;
}
.BgClassName
{
background-color: #68CBDB;
}
</style>
border-color css
<style>
span { border-color: #68CBDB; }
span { border-color: rgb(104,203,219); }
td.TdClassName
{
border-color: #68CBDB;
}
.TagClassName
{
border-color: #68CBDB;
}
</style>