Shades of Turquoise Blue #67ECDD
Tints of Turquoise Blue #67ECDD
RGB
CMYK
RGB Variations
Color information
#67ECDD (or 0x67ECDD) is known color: Turquoise Blue. HEX triplet: 67, EC and DD. RGB value is (103,236,221). Sum of RGB (Red+Green+Blue) = 103+236+221=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECDD is #981322. Grayscale: #C2C2C2. Windows color (decimal): -9966371 or 14543975. OLE color: 14543975.
HSL color Cylindrical-coordinate representation of color #67ECDD: hue angle of 173.23º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ECDD is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 221 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.07 |
| HSL | 173.23º | 0.78% | 0.66% | - |
| HSV(B) | 173.23º | 0.56% | 0.93% | - |
| XYZ | 48.64 | 68.09 | 78.99 | - |
| YUV | 194.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 221 | 0.56 | 0 | 0.06 | 0.07 | 173.23 | 0.78 | 0.66 |
| Hex | 67 | EC | DD | 38 | 0 | 6 | 7 | AD | 4E | 42 |
| Octal | 147 | 354 | 335 | 70 | 0 | 6 | 7 | 255 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11011101 | 111000 | 0 | 110 | 111 | 10101101 | 1001110 | 1000010 |
Color Harmonies of #67ECDD
Complementary color
Monochromatic Colors of #67ECDD
Black with #67ECDD
Text Example
Text Example
White with #67ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECDD; }
p { color: rgb(103,236,221); }
H1.HeaderClassName
{
color: #67ECDD;
}
.AnyTagClassName
{
color: #67ECDD;
}
</style>
background-color css
<style>
a { background-color: #67ECDD; }
a { background-color: rgb(103,236,221); }
div.DivClassName
{
background-color: #67ECDD;
}
.BgClassName
{
background-color: #67ECDD;
}
</style>
border-color css
<style>
span { border-color: #67ECDD; }
span { border-color: rgb(103,236,221); }
td.TdClassName
{
border-color: #67ECDD;
}
.TagClassName
{
border-color: #67ECDD;
}
</style>