Shades of Turquoise Blue #67ECF1
Tints of Turquoise Blue #67ECF1
RGB
CMYK
RGB Variations
Color information
#67ECF1 (or 0x67ECF1) is known color: Turquoise Blue. HEX triplet: 67, EC and F1. RGB value is (103,236,241). Sum of RGB (Red+Green+Blue) = 103+236+241=580 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.76% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #67ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67ECF1 is #98130E. Grayscale: #C4C4C4. Windows color (decimal): -9966351 or 15854695. OLE color: 15854695.
HSL color Cylindrical-coordinate representation of color #67ECF1: hue angle of 182.17º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67ECF1 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 236 | 241 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.05 |
| HSL | 182.17º | 0.83% | 0.67% | - |
| HSV(B) | 182.17º | 0.57% | 0.95% | - |
| XYZ | 51.47 | 69.23 | 93.87 | - |
| YUV | 196.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 241 | 0.57 | 0.02 | 0 | 0.05 | 182.17 | 0.83 | 0.67 |
| Hex | 67 | EC | F1 | 39 | 2 | 0 | 5 | B6 | 53 | 43 |
| Octal | 147 | 354 | 361 | 71 | 2 | 0 | 5 | 266 | 123 | 103 |
| Binary | 1100111 | 11101100 | 11110001 | 111001 | 10 | 0 | 101 | 10110110 | 1010011 | 1000011 |
Color Harmonies of #67ECF1
Complementary color
Monochromatic Colors of #67ECF1
Black with #67ECF1
Text Example
Text Example
White with #67ECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECF1; }
p { color: rgb(103,236,241); }
H1.HeaderClassName
{
color: #67ECF1;
}
.AnyTagClassName
{
color: #67ECF1;
}
</style>
background-color css
<style>
a { background-color: #67ECF1; }
a { background-color: rgb(103,236,241); }
div.DivClassName
{
background-color: #67ECF1;
}
.BgClassName
{
background-color: #67ECF1;
}
</style>
border-color css
<style>
span { border-color: #67ECF1; }
span { border-color: rgb(103,236,241); }
td.TdClassName
{
border-color: #67ECF1;
}
.TagClassName
{
border-color: #67ECF1;
}
</style>