Shades of Turquoise Blue #67DCDB
Tints of Turquoise Blue #67DCDB
RGB
CMYK
RGB Variations
Color information
#67DCDB (or 0x67DCDB) is known color: Turquoise Blue. HEX triplet: 67, DC and DB. RGB value is (103,220,219). Sum of RGB (Red+Green+Blue) = 103+220+219=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCDB is #982324. Grayscale: #B8B8B8. Windows color (decimal): -9970469 or 14408807. OLE color: 14408807.
HSL color Cylindrical-coordinate representation of color #67DCDB: hue angle of 179.49º 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 #67DCDB is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 219 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.14 |
| HSL | 179.49º | 0.63% | 0.63% | - |
| HSV(B) | 179.49º | 0.53% | 0.86% | - |
| XYZ | 43.97 | 59.18 | 76.12 | - |
| YUV | 184.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 219 | 0.53 | 0 | 0.00 | 0.14 | 179.49 | 0.63 | 0.63 |
| Hex | 67 | DC | DB | 35 | 0 | 0 | E | B3 | 3F | 3F |
| Octal | 147 | 334 | 333 | 65 | 0 | 0 | 16 | 263 | 77 | 77 |
| Binary | 1100111 | 11011100 | 11011011 | 110101 | 0 | 0 | 1110 | 10110011 | 111111 | 111111 |
Color Harmonies of #67DCDB
Complementary color
Monochromatic Colors of #67DCDB
Black with #67DCDB
Text Example
Text Example
White with #67DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCDB; }
p { color: rgb(103,220,219); }
H1.HeaderClassName
{
color: #67DCDB;
}
.AnyTagClassName
{
color: #67DCDB;
}
</style>
background-color css
<style>
a { background-color: #67DCDB; }
a { background-color: rgb(103,220,219); }
div.DivClassName
{
background-color: #67DCDB;
}
.BgClassName
{
background-color: #67DCDB;
}
</style>
border-color css
<style>
span { border-color: #67DCDB; }
span { border-color: rgb(103,220,219); }
td.TdClassName
{
border-color: #67DCDB;
}
.TagClassName
{
border-color: #67DCDB;
}
</style>