Shades of Turquoise Blue #68F1DF
Tints of Turquoise Blue #68F1DF
RGB
CMYK
RGB Variations
Color information
#68F1DF (or 0x68F1DF) is known color: Turquoise Blue. HEX triplet: 68, F1 and DF. RGB value is (104,241,223). Sum of RGB (Red+Green+Blue) = 104+241+223=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #68F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F1DF is #970E20. Grayscale: #C5C5C5. Windows color (decimal): -9899553 or 14676328. OLE color: 14676328.
HSL color Cylindrical-coordinate representation of color #68F1DF: hue angle of 172.12º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F1DF is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 223 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.05 |
| HSL | 172.12º | 0.83% | 0.68% | - |
| HSV(B) | 172.12º | 0.57% | 0.95% | - |
| XYZ | 50.48 | 71.18 | 80.89 | - |
| YUV | 197.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 223 | 0.57 | 0 | 0.07 | 0.05 | 172.12 | 0.83 | 0.68 |
| Hex | 68 | F1 | DF | 39 | 0 | 7 | 5 | AC | 53 | 44 |
| Octal | 150 | 361 | 337 | 71 | 0 | 7 | 5 | 254 | 123 | 104 |
| Binary | 1101000 | 11110001 | 11011111 | 111001 | 0 | 111 | 101 | 10101100 | 1010011 | 1000100 |
Color Harmonies of #68F1DF
Complementary color
Monochromatic Colors of #68F1DF
Black with #68F1DF
Text Example
Text Example
White with #68F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F1DF; }
p { color: rgb(104,241,223); }
H1.HeaderClassName
{
color: #68F1DF;
}
.AnyTagClassName
{
color: #68F1DF;
}
</style>
background-color css
<style>
a { background-color: #68F1DF; }
a { background-color: rgb(104,241,223); }
div.DivClassName
{
background-color: #68F1DF;
}
.BgClassName
{
background-color: #68F1DF;
}
</style>
border-color css
<style>
span { border-color: #68F1DF; }
span { border-color: rgb(104,241,223); }
td.TdClassName
{
border-color: #68F1DF;
}
.TagClassName
{
border-color: #68F1DF;
}
</style>