Shades of Turquoise Blue #67DED9
Tints of Turquoise Blue #67DED9
RGB
CMYK
RGB Variations
Color information
#67DED9 (or 0x67DED9) is known color: Turquoise Blue. HEX triplet: 67, DE and D9. RGB value is (103,222,217). Sum of RGB (Red+Green+Blue) = 103+222+217=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #67DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DED9 is #982126. Grayscale: #B9B9B9. Windows color (decimal): -9969959 or 14278247. OLE color: 14278247.
HSL color Cylindrical-coordinate representation of color #67DED9: hue angle of 177.48º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DED9 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 217 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.13 |
| HSL | 177.48º | 0.64% | 0.64% | - |
| HSV(B) | 177.48º | 0.54% | 0.87% | - |
| XYZ | 44.24 | 60.14 | 74.92 | - |
| YUV | 185.85 | 145.58 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 217 | 0.54 | 0 | 0.02 | 0.13 | 177.48 | 0.64 | 0.64 |
| Hex | 67 | DE | D9 | 36 | 0 | 2 | D | B1 | 40 | 40 |
| Octal | 147 | 336 | 331 | 66 | 0 | 2 | 15 | 261 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11011001 | 110110 | 0 | 10 | 1101 | 10110001 | 1000000 | 1000000 |
Color Harmonies of #67DED9
Complementary color
Monochromatic Colors of #67DED9
Black with #67DED9
Text Example
Text Example
White with #67DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DED9; }
p { color: rgb(103,222,217); }
H1.HeaderClassName
{
color: #67DED9;
}
.AnyTagClassName
{
color: #67DED9;
}
</style>
background-color css
<style>
a { background-color: #67DED9; }
a { background-color: rgb(103,222,217); }
div.DivClassName
{
background-color: #67DED9;
}
.BgClassName
{
background-color: #67DED9;
}
</style>
border-color css
<style>
span { border-color: #67DED9; }
span { border-color: rgb(103,222,217); }
td.TdClassName
{
border-color: #67DED9;
}
.TagClassName
{
border-color: #67DED9;
}
</style>