Shades of Turquoise Blue #67D2DC
Tints of Turquoise Blue #67D2DC
RGB
CMYK
RGB Variations
Color information
#67D2DC (or 0x67D2DC) is known color: Turquoise Blue. HEX triplet: 67, D2 and DC. RGB value is (103,210,220). Sum of RGB (Red+Green+Blue) = 103+210+220=533 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.32% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #67D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D2DC is #982D23. Grayscale: #B2B2B2. Windows color (decimal): -9973028 or 14471783. OLE color: 14471783.
HSL color Cylindrical-coordinate representation of color #67D2DC: hue angle of 185.13º 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 #67D2DC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 210 | 220 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.14 |
| HSL | 185.13º | 0.63% | 0.63% | - |
| HSV(B) | 185.13º | 0.53% | 0.86% | - |
| XYZ | 41.56 | 54.14 | 75.97 | - |
| YUV | 179.15 | 151.05 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 220 | 0.53 | 0.05 | 0 | 0.14 | 185.13 | 0.63 | 0.63 |
| Hex | 67 | D2 | DC | 35 | 5 | 0 | E | B9 | 3F | 3F |
| Octal | 147 | 322 | 334 | 65 | 5 | 0 | 16 | 271 | 77 | 77 |
| Binary | 1100111 | 11010010 | 11011100 | 110101 | 101 | 0 | 1110 | 10111001 | 111111 | 111111 |
Color Harmonies of #67D2DC
Complementary color
Monochromatic Colors of #67D2DC
Black with #67D2DC
Text Example
Text Example
White with #67D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D2DC; }
p { color: rgb(103,210,220); }
H1.HeaderClassName
{
color: #67D2DC;
}
.AnyTagClassName
{
color: #67D2DC;
}
</style>
background-color css
<style>
a { background-color: #67D2DC; }
a { background-color: rgb(103,210,220); }
div.DivClassName
{
background-color: #67D2DC;
}
.BgClassName
{
background-color: #67D2DC;
}
</style>
border-color css
<style>
span { border-color: #67D2DC; }
span { border-color: rgb(103,210,220); }
td.TdClassName
{
border-color: #67D2DC;
}
.TagClassName
{
border-color: #67D2DC;
}
</style>