Shades of Turquoise Blue #67ECDC
Tints of Turquoise Blue #67ECDC
RGB
CMYK
RGB Variations
Color information
#67ECDC (or 0x67ECDC) is known color: Turquoise Blue. HEX triplet: 67, EC and DC. RGB value is (103,236,220). Sum of RGB (Red+Green+Blue) = 103+236+220=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECDC is #981323. Grayscale: #C2C2C2. Windows color (decimal): -9966372 or 14478439. OLE color: 14478439.
HSL color Cylindrical-coordinate representation of color #67ECDC: hue angle of 172.78º 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 #67ECDC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 220 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.07 |
| HSL | 172.78º | 0.78% | 0.66% | - |
| HSV(B) | 172.78º | 0.56% | 0.93% | - |
| XYZ | 48.51 | 68.04 | 78.29 | - |
| YUV | 194.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 220 | 0.56 | 0 | 0.07 | 0.07 | 172.78 | 0.78 | 0.66 |
| Hex | 67 | EC | DC | 38 | 0 | 7 | 7 | AD | 4E | 42 |
| Octal | 147 | 354 | 334 | 70 | 0 | 7 | 7 | 255 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11011100 | 111000 | 0 | 111 | 111 | 10101101 | 1001110 | 1000010 |
Color Harmonies of #67ECDC
Complementary color
Monochromatic Colors of #67ECDC
Black with #67ECDC
Text Example
Text Example
White with #67ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECDC; }
p { color: rgb(103,236,220); }
H1.HeaderClassName
{
color: #67ECDC;
}
.AnyTagClassName
{
color: #67ECDC;
}
</style>
background-color css
<style>
a { background-color: #67ECDC; }
a { background-color: rgb(103,236,220); }
div.DivClassName
{
background-color: #67ECDC;
}
.BgClassName
{
background-color: #67ECDC;
}
</style>
border-color css
<style>
span { border-color: #67ECDC; }
span { border-color: rgb(103,236,220); }
td.TdClassName
{
border-color: #67ECDC;
}
.TagClassName
{
border-color: #67ECDC;
}
</style>