Shades of Turquoise Blue #67DED3
Tints of Turquoise Blue #67DED3
RGB
CMYK
RGB Variations
Color information
#67DED3 (or 0x67DED3) is known color: Turquoise Blue. HEX triplet: 67, DE and D3. RGB value is (103,222,211). Sum of RGB (Red+Green+Blue) = 103+222+211=536 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.22% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #67DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DED3 is #98212C. Grayscale: #B9B9B9. Windows color (decimal): -9969965 or 13885031. OLE color: 13885031.
HSL color Cylindrical-coordinate representation of color #67DED3: hue angle of 174.45º 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 #67DED3 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 211 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.13 |
| HSL | 174.45º | 0.64% | 0.64% | - |
| HSV(B) | 174.45º | 0.54% | 0.87% | - |
| XYZ | 43.47 | 59.83 | 70.88 | - |
| YUV | 185.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 211 | 0.54 | 0 | 0.05 | 0.13 | 174.45 | 0.64 | 0.64 |
| Hex | 67 | DE | D3 | 36 | 0 | 5 | D | AE | 40 | 40 |
| Octal | 147 | 336 | 323 | 66 | 0 | 5 | 15 | 256 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11010011 | 110110 | 0 | 101 | 1101 | 10101110 | 1000000 | 1000000 |
Color Harmonies of #67DED3
Complementary color
Monochromatic Colors of #67DED3
Black with #67DED3
Text Example
Text Example
White with #67DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DED3; }
p { color: rgb(103,222,211); }
H1.HeaderClassName
{
color: #67DED3;
}
.AnyTagClassName
{
color: #67DED3;
}
</style>
background-color css
<style>
a { background-color: #67DED3; }
a { background-color: rgb(103,222,211); }
div.DivClassName
{
background-color: #67DED3;
}
.BgClassName
{
background-color: #67DED3;
}
</style>
border-color css
<style>
span { border-color: #67DED3; }
span { border-color: rgb(103,222,211); }
td.TdClassName
{
border-color: #67DED3;
}
.TagClassName
{
border-color: #67DED3;
}
</style>