Shades of Turquoise Blue #67D1DF
Tints of Turquoise Blue #67D1DF
RGB
CMYK
RGB Variations
Color information
#67D1DF (or 0x67D1DF) is known color: Turquoise Blue. HEX triplet: 67, D1 and DF. RGB value is (103,209,223). Sum of RGB (Red+Green+Blue) = 103+209+223=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #67D1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D1DF is #982E20. Grayscale: #B2B2B2. Windows color (decimal): -9973281 or 14668135. OLE color: 14668135.
HSL color Cylindrical-coordinate representation of color #67D1DF: hue angle of 187º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67D1DF is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 209 | 223 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.13 |
| HSL | 187º | 0.65% | 0.64% | - |
| HSV(B) | 187º | 0.54% | 0.87% | - |
| XYZ | 41.71 | 53.81 | 78 | - |
| YUV | 178.9 | 152.88 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 223 | 0.54 | 0.06 | 0 | 0.13 | 187 | 0.65 | 0.64 |
| Hex | 67 | D1 | DF | 36 | 6 | 0 | D | BB | 41 | 40 |
| Octal | 147 | 321 | 337 | 66 | 6 | 0 | 15 | 273 | 101 | 100 |
| Binary | 1100111 | 11010001 | 11011111 | 110110 | 110 | 0 | 1101 | 10111011 | 1000001 | 1000000 |
Color Harmonies of #67D1DF
Complementary color
Monochromatic Colors of #67D1DF
Black with #67D1DF
Text Example
Text Example
White with #67D1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D1DF; }
p { color: rgb(103,209,223); }
H1.HeaderClassName
{
color: #67D1DF;
}
.AnyTagClassName
{
color: #67D1DF;
}
</style>
background-color css
<style>
a { background-color: #67D1DF; }
a { background-color: rgb(103,209,223); }
div.DivClassName
{
background-color: #67D1DF;
}
.BgClassName
{
background-color: #67D1DF;
}
</style>
border-color css
<style>
span { border-color: #67D1DF; }
span { border-color: rgb(103,209,223); }
td.TdClassName
{
border-color: #67D1DF;
}
.TagClassName
{
border-color: #67D1DF;
}
</style>