Shades of Turquoise Blue #67CBD8
Tints of Turquoise Blue #67CBD8
RGB
CMYK
RGB Variations
Color information
#67CBD8 (or 0x67CBD8) is known color: Turquoise Blue. HEX triplet: 67, CB and D8. RGB value is (103,203,216). Sum of RGB (Red+Green+Blue) = 103+203+216=522 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.73% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #67CBD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CBD8 is #983427. Grayscale: #AEAEAE. Windows color (decimal): -9974824 or 14207847. OLE color: 14207847.
HSL color Cylindrical-coordinate representation of color #67CBD8: hue angle of 186.9º 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 #67CBD8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 203 | 216 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.15 |
| HSL | 186.9º | 0.59% | 0.63% | - |
| HSV(B) | 186.9º | 0.52% | 0.85% | - |
| XYZ | 39.34 | 50.55 | 72.65 | - |
| YUV | 174.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 216 | 0.52 | 0.06 | 0 | 0.15 | 186.9 | 0.59 | 0.63 |
| Hex | 67 | CB | D8 | 34 | 6 | 0 | F | BB | 3B | 3F |
| Octal | 147 | 313 | 330 | 64 | 6 | 0 | 17 | 273 | 73 | 77 |
| Binary | 1100111 | 11001011 | 11011000 | 110100 | 110 | 0 | 1111 | 10111011 | 111011 | 111111 |
Color Harmonies of #67CBD8
Complementary color
Monochromatic Colors of #67CBD8
Black with #67CBD8
Text Example
Text Example
White with #67CBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CBD8; }
p { color: rgb(103,203,216); }
H1.HeaderClassName
{
color: #67CBD8;
}
.AnyTagClassName
{
color: #67CBD8;
}
</style>
background-color css
<style>
a { background-color: #67CBD8; }
a { background-color: rgb(103,203,216); }
div.DivClassName
{
background-color: #67CBD8;
}
.BgClassName
{
background-color: #67CBD8;
}
</style>
border-color css
<style>
span { border-color: #67CBD8; }
span { border-color: rgb(103,203,216); }
td.TdClassName
{
border-color: #67CBD8;
}
.TagClassName
{
border-color: #67CBD8;
}
</style>