Shades of Turquoise Blue #68CADF
Tints of Turquoise Blue #68CADF
RGB
CMYK
RGB Variations
Color information
#68CADF (or 0x68CADF) is known color: Turquoise Blue. HEX triplet: 68, CA and DF. RGB value is (104,202,223). Sum of RGB (Red+Green+Blue) = 104+202+223=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #68CADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CADF is #973520. Grayscale: #AEAEAE. Windows color (decimal): -9909537 or 14666344. OLE color: 14666344.
HSL color Cylindrical-coordinate representation of color #68CADF: hue angle of 190.59º 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 #68CADF is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 202 | 223 | - |
| CMYK | 0.53 | 0.09 | 0 | 0.13 |
| HSL | 190.59º | 0.65% | 0.64% | - |
| HSV(B) | 190.59º | 0.53% | 0.87% | - |
| XYZ | 40.15 | 50.51 | 77.45 | - |
| YUV | 175.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 223 | 0.53 | 0.09 | 0 | 0.13 | 190.59 | 0.65 | 0.64 |
| Hex | 68 | CA | DF | 35 | 9 | 0 | D | BF | 41 | 40 |
| Octal | 150 | 312 | 337 | 65 | 11 | 0 | 15 | 277 | 101 | 100 |
| Binary | 1101000 | 11001010 | 11011111 | 110101 | 1001 | 0 | 1101 | 10111111 | 1000001 | 1000000 |
Color Harmonies of #68CADF
Complementary color
Monochromatic Colors of #68CADF
Black with #68CADF
Text Example
Text Example
White with #68CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CADF; }
p { color: rgb(104,202,223); }
H1.HeaderClassName
{
color: #68CADF;
}
.AnyTagClassName
{
color: #68CADF;
}
</style>
background-color css
<style>
a { background-color: #68CADF; }
a { background-color: rgb(104,202,223); }
div.DivClassName
{
background-color: #68CADF;
}
.BgClassName
{
background-color: #68CADF;
}
</style>
border-color css
<style>
span { border-color: #68CADF; }
span { border-color: rgb(104,202,223); }
td.TdClassName
{
border-color: #68CADF;
}
.TagClassName
{
border-color: #68CADF;
}
</style>