Shades of Turquoise Blue #68CBDE
Tints of Turquoise Blue #68CBDE
RGB
CMYK
RGB Variations
Color information
#68CBDE (or 0x68CBDE) is known color: Turquoise Blue. HEX triplet: 68, CB and DE. RGB value is (104,203,222). Sum of RGB (Red+Green+Blue) = 104+203+222=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #68CBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBDE is #973421. Grayscale: #AFAFAF. Windows color (decimal): -9909282 or 14601064. OLE color: 14601064.
HSL color Cylindrical-coordinate representation of color #68CBDE: hue angle of 189.66º degrees, saturation: 0.64, 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 #68CBDE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 203 | 222 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.13 |
| HSL | 189.66º | 0.64% | 0.64% | - |
| HSV(B) | 189.66º | 0.53% | 0.87% | - |
| XYZ | 40.25 | 50.93 | 76.82 | - |
| YUV | 175.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 222 | 0.53 | 0.09 | 0 | 0.13 | 189.66 | 0.64 | 0.64 |
| Hex | 68 | CB | DE | 35 | 9 | 0 | D | BE | 40 | 40 |
| Octal | 150 | 313 | 336 | 65 | 11 | 0 | 15 | 276 | 100 | 100 |
| Binary | 1101000 | 11001011 | 11011110 | 110101 | 1001 | 0 | 1101 | 10111110 | 1000000 | 1000000 |
Color Harmonies of #68CBDE
Complementary color
Monochromatic Colors of #68CBDE
Black with #68CBDE
Text Example
Text Example
White with #68CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBDE; }
p { color: rgb(104,203,222); }
H1.HeaderClassName
{
color: #68CBDE;
}
.AnyTagClassName
{
color: #68CBDE;
}
</style>
background-color css
<style>
a { background-color: #68CBDE; }
a { background-color: rgb(104,203,222); }
div.DivClassName
{
background-color: #68CBDE;
}
.BgClassName
{
background-color: #68CBDE;
}
</style>
border-color css
<style>
span { border-color: #68CBDE; }
span { border-color: rgb(104,203,222); }
td.TdClassName
{
border-color: #68CBDE;
}
.TagClassName
{
border-color: #68CBDE;
}
</style>