Shades of Turquoise Blue #68DDF1
Tints of Turquoise Blue #68DDF1
RGB
CMYK
RGB Variations
Color information
#68DDF1 (or 0x68DDF1) is known color: Turquoise Blue. HEX triplet: 68, DD and F1. RGB value is (104,221,241). Sum of RGB (Red+Green+Blue) = 104+221+241=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #68DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDF1 is #97220E. Grayscale: #BCBCBC. Windows color (decimal): -9904655 or 15850856. OLE color: 15850856.
HSL color Cylindrical-coordinate representation of color #68DDF1: hue angle of 188.76º 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 #68DDF1 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 221 | 241 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.05 |
| HSL | 188.76º | 0.83% | 0.68% | - |
| HSV(B) | 188.76º | 0.57% | 0.95% | - |
| XYZ | 47.44 | 61.01 | 92.49 | - |
| YUV | 188.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 241 | 0.57 | 0.08 | 0 | 0.05 | 188.76 | 0.83 | 0.68 |
| Hex | 68 | DD | F1 | 39 | 8 | 0 | 5 | BD | 53 | 44 |
| Octal | 150 | 335 | 361 | 71 | 10 | 0 | 5 | 275 | 123 | 104 |
| Binary | 1101000 | 11011101 | 11110001 | 111001 | 1000 | 0 | 101 | 10111101 | 1010011 | 1000100 |
Color Harmonies of #68DDF1
Complementary color
Monochromatic Colors of #68DDF1
Black with #68DDF1
Text Example
Text Example
White with #68DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDF1; }
p { color: rgb(104,221,241); }
H1.HeaderClassName
{
color: #68DDF1;
}
.AnyTagClassName
{
color: #68DDF1;
}
</style>
background-color css
<style>
a { background-color: #68DDF1; }
a { background-color: rgb(104,221,241); }
div.DivClassName
{
background-color: #68DDF1;
}
.BgClassName
{
background-color: #68DDF1;
}
</style>
border-color css
<style>
span { border-color: #68DDF1; }
span { border-color: rgb(104,221,241); }
td.TdClassName
{
border-color: #68DDF1;
}
.TagClassName
{
border-color: #68DDF1;
}
</style>