Shades of Turquoise Blue #67ECE0
Tints of Turquoise Blue #67ECE0
RGB
CMYK
RGB Variations
Color information
#67ECE0 (or 0x67ECE0) is known color: Turquoise Blue. HEX triplet: 67, EC and E0. RGB value is (103,236,224). Sum of RGB (Red+Green+Blue) = 103+236+224=563 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.29% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECE0 is #98131F. Grayscale: #C2C2C2. Windows color (decimal): -9966368 or 14740583. OLE color: 14740583.
HSL color Cylindrical-coordinate representation of color #67ECE0: hue angle of 174.59º 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 #67ECE0 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 224 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.07 |
| HSL | 174.59º | 0.78% | 0.66% | - |
| HSV(B) | 174.59º | 0.56% | 0.93% | - |
| XYZ | 49.04 | 68.26 | 81.11 | - |
| YUV | 194.87 | 144.44 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 224 | 0.56 | 0 | 0.05 | 0.07 | 174.59 | 0.78 | 0.66 |
| Hex | 67 | EC | E0 | 38 | 0 | 5 | 7 | AF | 4E | 42 |
| Octal | 147 | 354 | 340 | 70 | 0 | 5 | 7 | 257 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11100000 | 111000 | 0 | 101 | 111 | 10101111 | 1001110 | 1000010 |
Color Harmonies of #67ECE0
Complementary color
Monochromatic Colors of #67ECE0
Black with #67ECE0
Text Example
Text Example
White with #67ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECE0; }
p { color: rgb(103,236,224); }
H1.HeaderClassName
{
color: #67ECE0;
}
.AnyTagClassName
{
color: #67ECE0;
}
</style>
background-color css
<style>
a { background-color: #67ECE0; }
a { background-color: rgb(103,236,224); }
div.DivClassName
{
background-color: #67ECE0;
}
.BgClassName
{
background-color: #67ECE0;
}
</style>
border-color css
<style>
span { border-color: #67ECE0; }
span { border-color: rgb(103,236,224); }
td.TdClassName
{
border-color: #67ECE0;
}
.TagClassName
{
border-color: #67ECE0;
}
</style>