Shades of Turquoise Blue #68CBDA
Tints of Turquoise Blue #68CBDA
RGB
CMYK
RGB Variations
Color information
#68CBDA (or 0x68CBDA) is known color: Turquoise Blue. HEX triplet: 68, CB and DA. RGB value is (104,203,218). Sum of RGB (Red+Green+Blue) = 104+203+218=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #68CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBDA is #973425. Grayscale: #AEAEAE. Windows color (decimal): -9909286 or 14338920. OLE color: 14338920.
HSL color Cylindrical-coordinate representation of color #68CBDA: hue angle of 187.89º degrees, saturation: 0.61, 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 #68CBDA is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 203 | 218 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.15 |
| HSL | 187.89º | 0.61% | 0.63% | - |
| HSV(B) | 187.89º | 0.52% | 0.85% | - |
| XYZ | 39.72 | 50.72 | 74.03 | - |
| YUV | 175.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 218 | 0.52 | 0.07 | 0 | 0.15 | 187.89 | 0.61 | 0.63 |
| Hex | 68 | CB | DA | 34 | 7 | 0 | F | BC | 3D | 3F |
| Octal | 150 | 313 | 332 | 64 | 7 | 0 | 17 | 274 | 75 | 77 |
| Binary | 1101000 | 11001011 | 11011010 | 110100 | 111 | 0 | 1111 | 10111100 | 111101 | 111111 |
Color Harmonies of #68CBDA
Complementary color
Monochromatic Colors of #68CBDA
Black with #68CBDA
Text Example
Text Example
White with #68CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBDA; }
p { color: rgb(104,203,218); }
H1.HeaderClassName
{
color: #68CBDA;
}
.AnyTagClassName
{
color: #68CBDA;
}
</style>
background-color css
<style>
a { background-color: #68CBDA; }
a { background-color: rgb(104,203,218); }
div.DivClassName
{
background-color: #68CBDA;
}
.BgClassName
{
background-color: #68CBDA;
}
</style>
border-color css
<style>
span { border-color: #68CBDA; }
span { border-color: rgb(104,203,218); }
td.TdClassName
{
border-color: #68CBDA;
}
.TagClassName
{
border-color: #68CBDA;
}
</style>