Shades of Turquoise Blue #67D1DC
Tints of Turquoise Blue #67D1DC
RGB
CMYK
RGB Variations
Color information
#67D1DC (or 0x67D1DC) is known color: Turquoise Blue. HEX triplet: 67, D1 and DC. RGB value is (103,209,220). Sum of RGB (Red+Green+Blue) = 103+209+220=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #67D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D1DC is #982E23. Grayscale: #B2B2B2. Windows color (decimal): -9973284 or 14471527. OLE color: 14471527.
HSL color Cylindrical-coordinate representation of color #67D1DC: hue angle of 185.64º 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 #67D1DC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 209 | 220 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.14 |
| HSL | 185.64º | 0.63% | 0.63% | - |
| HSV(B) | 185.64º | 0.53% | 0.86% | - |
| XYZ | 41.31 | 53.65 | 75.89 | - |
| YUV | 178.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 209 | 220 | 0.53 | 0.05 | 0 | 0.14 | 185.64 | 0.63 | 0.63 |
| Hex | 67 | D1 | DC | 35 | 5 | 0 | E | BA | 3F | 3F |
| Octal | 147 | 321 | 334 | 65 | 5 | 0 | 16 | 272 | 77 | 77 |
| Binary | 1100111 | 11010001 | 11011100 | 110101 | 101 | 0 | 1110 | 10111010 | 111111 | 111111 |
Color Harmonies of #67D1DC
Complementary color
Monochromatic Colors of #67D1DC
Black with #67D1DC
Text Example
Text Example
White with #67D1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D1DC; }
p { color: rgb(103,209,220); }
H1.HeaderClassName
{
color: #67D1DC;
}
.AnyTagClassName
{
color: #67D1DC;
}
</style>
background-color css
<style>
a { background-color: #67D1DC; }
a { background-color: rgb(103,209,220); }
div.DivClassName
{
background-color: #67D1DC;
}
.BgClassName
{
background-color: #67D1DC;
}
</style>
border-color css
<style>
span { border-color: #67D1DC; }
span { border-color: rgb(103,209,220); }
td.TdClassName
{
border-color: #67D1DC;
}
.TagClassName
{
border-color: #67D1DC;
}
</style>