Shades of Turquoise Blue #67DCD4
Tints of Turquoise Blue #67DCD4
RGB
CMYK
RGB Variations
Color information
#67DCD4 (or 0x67DCD4) is known color: Turquoise Blue. HEX triplet: 67, DC and D4. RGB value is (103,220,212). Sum of RGB (Red+Green+Blue) = 103+220+212=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCD4 is #98232B. Grayscale: #B8B8B8. Windows color (decimal): -9970476 or 13950055. OLE color: 13950055.
HSL color Cylindrical-coordinate representation of color #67DCD4: hue angle of 175.9º 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 #67DCD4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 220 | 212 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.14 |
| HSL | 175.9º | 0.63% | 0.63% | - |
| HSV(B) | 175.9º | 0.53% | 0.86% | - |
| XYZ | 43.07 | 58.82 | 71.37 | - |
| YUV | 184.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 212 | 0.53 | 0 | 0.04 | 0.14 | 175.9 | 0.63 | 0.63 |
| Hex | 67 | DC | D4 | 35 | 0 | 4 | E | B0 | 3F | 3F |
| Octal | 147 | 334 | 324 | 65 | 0 | 4 | 16 | 260 | 77 | 77 |
| Binary | 1100111 | 11011100 | 11010100 | 110101 | 0 | 100 | 1110 | 10110000 | 111111 | 111111 |
Color Harmonies of #67DCD4
Complementary color
Monochromatic Colors of #67DCD4
Black with #67DCD4
Text Example
Text Example
White with #67DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCD4; }
p { color: rgb(103,220,212); }
H1.HeaderClassName
{
color: #67DCD4;
}
.AnyTagClassName
{
color: #67DCD4;
}
</style>
background-color css
<style>
a { background-color: #67DCD4; }
a { background-color: rgb(103,220,212); }
div.DivClassName
{
background-color: #67DCD4;
}
.BgClassName
{
background-color: #67DCD4;
}
</style>
border-color css
<style>
span { border-color: #67DCD4; }
span { border-color: rgb(103,220,212); }
td.TdClassName
{
border-color: #67DCD4;
}
.TagClassName
{
border-color: #67DCD4;
}
</style>