Shades of Turquoise Blue #67DED5
Tints of Turquoise Blue #67DED5
RGB
CMYK
RGB Variations
Color information
#67DED5 (or 0x67DED5) is known color: Turquoise Blue. HEX triplet: 67, DE and D5. RGB value is (103,222,213). Sum of RGB (Red+Green+Blue) = 103+222+213=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #67DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DED5 is #98212A. Grayscale: #B9B9B9. Windows color (decimal): -9969963 or 14016103. OLE color: 14016103.
HSL color Cylindrical-coordinate representation of color #67DED5: hue angle of 175.46º 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 #67DED5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 222 | 213 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.13 |
| HSL | 175.46º | 0.64% | 0.64% | - |
| HSV(B) | 175.46º | 0.54% | 0.87% | - |
| XYZ | 43.73 | 59.93 | 72.21 | - |
| YUV | 185.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 213 | 0.54 | 0 | 0.04 | 0.13 | 175.46 | 0.64 | 0.64 |
| Hex | 67 | DE | D5 | 36 | 0 | 4 | D | AF | 40 | 40 |
| Octal | 147 | 336 | 325 | 66 | 0 | 4 | 15 | 257 | 100 | 100 |
| Binary | 1100111 | 11011110 | 11010101 | 110110 | 0 | 100 | 1101 | 10101111 | 1000000 | 1000000 |
Color Harmonies of #67DED5
Complementary color
Monochromatic Colors of #67DED5
Black with #67DED5
Text Example
Text Example
White with #67DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DED5; }
p { color: rgb(103,222,213); }
H1.HeaderClassName
{
color: #67DED5;
}
.AnyTagClassName
{
color: #67DED5;
}
</style>
background-color css
<style>
a { background-color: #67DED5; }
a { background-color: rgb(103,222,213); }
div.DivClassName
{
background-color: #67DED5;
}
.BgClassName
{
background-color: #67DED5;
}
</style>
border-color css
<style>
span { border-color: #67DED5; }
span { border-color: rgb(103,222,213); }
td.TdClassName
{
border-color: #67DED5;
}
.TagClassName
{
border-color: #67DED5;
}
</style>