Shades of Turquoise Blue #67F1DF
Tints of Turquoise Blue #67F1DF
RGB
CMYK
RGB Variations
Color information
#67F1DF (or 0x67F1DF) is known color: Turquoise Blue. HEX triplet: 67, F1 and DF. RGB value is (103,241,223). Sum of RGB (Red+Green+Blue) = 103+241+223=567 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.17% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #67F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F1DF is #980E20. Grayscale: #C5C5C5. Windows color (decimal): -9965089 or 14676327. OLE color: 14676327.
HSL color Cylindrical-coordinate representation of color #67F1DF: hue angle of 172.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 #67F1DF is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 241 | 223 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.05 |
| HSL | 172.17º | 0.83% | 0.67% | - |
| HSV(B) | 172.17º | 0.57% | 0.95% | - |
| XYZ | 50.37 | 71.12 | 80.89 | - |
| YUV | 197.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 241 | 223 | 0.57 | 0 | 0.07 | 0.05 | 172.17 | 0.83 | 0.67 |
| Hex | 67 | F1 | DF | 39 | 0 | 7 | 5 | AC | 53 | 43 |
| Octal | 147 | 361 | 337 | 71 | 0 | 7 | 5 | 254 | 123 | 103 |
| Binary | 1100111 | 11110001 | 11011111 | 111001 | 0 | 111 | 101 | 10101100 | 1010011 | 1000011 |
Color Harmonies of #67F1DF
Complementary color
Monochromatic Colors of #67F1DF
Black with #67F1DF
Text Example
Text Example
White with #67F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F1DF; }
p { color: rgb(103,241,223); }
H1.HeaderClassName
{
color: #67F1DF;
}
.AnyTagClassName
{
color: #67F1DF;
}
</style>
background-color css
<style>
a { background-color: #67F1DF; }
a { background-color: rgb(103,241,223); }
div.DivClassName
{
background-color: #67F1DF;
}
.BgClassName
{
background-color: #67F1DF;
}
</style>
border-color css
<style>
span { border-color: #67F1DF; }
span { border-color: rgb(103,241,223); }
td.TdClassName
{
border-color: #67F1DF;
}
.TagClassName
{
border-color: #67F1DF;
}
</style>