Shades of Turquoise Blue #67D3DC
Tints of Turquoise Blue #67D3DC
RGB
CMYK
RGB Variations
Color information
#67D3DC (or 0x67D3DC) is known color: Turquoise Blue. HEX triplet: 67, D3 and DC. RGB value is (103,211,220). Sum of RGB (Red+Green+Blue) = 103+211+220=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #67D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D3DC is #982C23. Grayscale: #B3B3B3. Windows color (decimal): -9972772 or 14472039. OLE color: 14472039.
HSL color Cylindrical-coordinate representation of color #67D3DC: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67D3DC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 211 | 220 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.14 |
| HSL | 184.62º | 0.63% | 0.63% | - |
| HSV(B) | 184.62º | 0.53% | 0.86% | - |
| XYZ | 41.81 | 54.64 | 76.05 | - |
| YUV | 179.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 211 | 220 | 0.53 | 0.04 | 0 | 0.14 | 184.62 | 0.63 | 0.63 |
| Hex | 67 | D3 | DC | 35 | 4 | 0 | E | B9 | 3F | 3F |
| Octal | 147 | 323 | 334 | 65 | 4 | 0 | 16 | 271 | 77 | 77 |
| Binary | 1100111 | 11010011 | 11011100 | 110101 | 100 | 0 | 1110 | 10111001 | 111111 | 111111 |
Color Harmonies of #67D3DC
Complementary color
Monochromatic Colors of #67D3DC
Black with #67D3DC
Text Example
Text Example
White with #67D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D3DC; }
p { color: rgb(103,211,220); }
H1.HeaderClassName
{
color: #67D3DC;
}
.AnyTagClassName
{
color: #67D3DC;
}
</style>
background-color css
<style>
a { background-color: #67D3DC; }
a { background-color: rgb(103,211,220); }
div.DivClassName
{
background-color: #67D3DC;
}
.BgClassName
{
background-color: #67D3DC;
}
</style>
border-color css
<style>
span { border-color: #67D3DC; }
span { border-color: rgb(103,211,220); }
td.TdClassName
{
border-color: #67D3DC;
}
.TagClassName
{
border-color: #67D3DC;
}
</style>