Shades of Turquoise Blue #67ECDA
Tints of Turquoise Blue #67ECDA
RGB
CMYK
RGB Variations
Color information
#67ECDA (or 0x67ECDA) is known color: Turquoise Blue. HEX triplet: 67, EC and DA. RGB value is (103,236,218). Sum of RGB (Red+Green+Blue) = 103+236+218=557 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.49% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECDA is #981325. Grayscale: #C2C2C2. Windows color (decimal): -9966374 or 14347367. OLE color: 14347367.
HSL color Cylindrical-coordinate representation of color #67ECDA: hue angle of 171.88º 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 #67ECDA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 218 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.88º | 0.78% | 0.66% | - |
| HSV(B) | 171.88º | 0.56% | 0.93% | - |
| XYZ | 48.24 | 67.94 | 76.9 | - |
| YUV | 194.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 218 | 0.56 | 0 | 0.08 | 0.07 | 171.88 | 0.78 | 0.66 |
| Hex | 67 | EC | DA | 38 | 0 | 8 | 7 | AC | 4E | 42 |
| Octal | 147 | 354 | 332 | 70 | 0 | 10 | 7 | 254 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11011010 | 111000 | 0 | 1000 | 111 | 10101100 | 1001110 | 1000010 |
Color Harmonies of #67ECDA
Complementary color
Monochromatic Colors of #67ECDA
Black with #67ECDA
Text Example
Text Example
White with #67ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECDA; }
p { color: rgb(103,236,218); }
H1.HeaderClassName
{
color: #67ECDA;
}
.AnyTagClassName
{
color: #67ECDA;
}
</style>
background-color css
<style>
a { background-color: #67ECDA; }
a { background-color: rgb(103,236,218); }
div.DivClassName
{
background-color: #67ECDA;
}
.BgClassName
{
background-color: #67ECDA;
}
</style>
border-color css
<style>
span { border-color: #67ECDA; }
span { border-color: rgb(103,236,218); }
td.TdClassName
{
border-color: #67ECDA;
}
.TagClassName
{
border-color: #67ECDA;
}
</style>