Shades of Turquoise Blue #67D1D8
Tints of Turquoise Blue #67D1D8
RGB
CMYK
RGB Variations
Color information
#67D1D8 (or 0x67D1D8) is known color: Turquoise Blue. HEX triplet: 67, D1 and D8. RGB value is (103,209,216). Sum of RGB (Red+Green+Blue) = 103+209+216=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #67D1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D1D8 is #982E27. Grayscale: #B1B1B1. Windows color (decimal): -9973288 or 14209383. OLE color: 14209383.
HSL color Cylindrical-coordinate representation of color #67D1D8: hue angle of 183.72º 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 #67D1D8 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 209 | 216 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.15 |
| HSL | 183.72º | 0.59% | 0.63% | - |
| HSV(B) | 183.72º | 0.52% | 0.85% | - |
| XYZ | 40.79 | 53.44 | 73.13 | - |
| YUV | 178.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 216 | 0.52 | 0.03 | 0 | 0.15 | 183.72 | 0.59 | 0.63 |
| Hex | 67 | D1 | D8 | 34 | 3 | 0 | F | B8 | 3B | 3F |
| Octal | 147 | 321 | 330 | 64 | 3 | 0 | 17 | 270 | 73 | 77 |
| Binary | 1100111 | 11010001 | 11011000 | 110100 | 11 | 0 | 1111 | 10111000 | 111011 | 111111 |
Color Harmonies of #67D1D8
Complementary color
Monochromatic Colors of #67D1D8
Black with #67D1D8
Text Example
Text Example
White with #67D1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D1D8; }
p { color: rgb(103,209,216); }
H1.HeaderClassName
{
color: #67D1D8;
}
.AnyTagClassName
{
color: #67D1D8;
}
</style>
background-color css
<style>
a { background-color: #67D1D8; }
a { background-color: rgb(103,209,216); }
div.DivClassName
{
background-color: #67D1D8;
}
.BgClassName
{
background-color: #67D1D8;
}
</style>
border-color css
<style>
span { border-color: #67D1D8; }
span { border-color: rgb(103,209,216); }
td.TdClassName
{
border-color: #67D1D8;
}
.TagClassName
{
border-color: #67D1D8;
}
</style>