Shades of Turquoise Blue #67D6DC
Tints of Turquoise Blue #67D6DC
RGB
CMYK
RGB Variations
Color information
#67D6DC (or 0x67D6DC) is known color: Turquoise Blue. HEX triplet: 67, D6 and DC. RGB value is (103,214,220). Sum of RGB (Red+Green+Blue) = 103+214+220=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #67D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6DC is #982923. Grayscale: #B5B5B5. Windows color (decimal): -9972004 or 14472807. OLE color: 14472807.
HSL color Cylindrical-coordinate representation of color #67D6DC: hue angle of 183.08º 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 #67D6DC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 214 | 220 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.14 |
| HSL | 183.08º | 0.63% | 0.63% | - |
| HSV(B) | 183.08º | 0.53% | 0.86% | - |
| XYZ | 42.56 | 56.14 | 76.3 | - |
| YUV | 181.5 | 149.73 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 220 | 0.53 | 0.03 | 0 | 0.14 | 183.08 | 0.63 | 0.63 |
| Hex | 67 | D6 | DC | 35 | 3 | 0 | E | B7 | 3F | 3F |
| Octal | 147 | 326 | 334 | 65 | 3 | 0 | 16 | 267 | 77 | 77 |
| Binary | 1100111 | 11010110 | 11011100 | 110101 | 11 | 0 | 1110 | 10110111 | 111111 | 111111 |
Color Harmonies of #67D6DC
Complementary color
Monochromatic Colors of #67D6DC
Black with #67D6DC
Text Example
Text Example
White with #67D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D6DC; }
p { color: rgb(103,214,220); }
H1.HeaderClassName
{
color: #67D6DC;
}
.AnyTagClassName
{
color: #67D6DC;
}
</style>
background-color css
<style>
a { background-color: #67D6DC; }
a { background-color: rgb(103,214,220); }
div.DivClassName
{
background-color: #67D6DC;
}
.BgClassName
{
background-color: #67D6DC;
}
</style>
border-color css
<style>
span { border-color: #67D6DC; }
span { border-color: rgb(103,214,220); }
td.TdClassName
{
border-color: #67D6DC;
}
.TagClassName
{
border-color: #67D6DC;
}
</style>