Shades of Turquoise Blue #68DDF8
Tints of Turquoise Blue #68DDF8
RGB
CMYK
RGB Variations
Color information
#68DDF8 (or 0x68DDF8) is known color: Turquoise Blue. HEX triplet: 68, DD and F8. RGB value is (104,221,248). Sum of RGB (Red+Green+Blue) = 104+221+248=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #68DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDF8 is #972207. Grayscale: #BCBCBC. Windows color (decimal): -9904648 or 16309608. OLE color: 16309608.
HSL color Cylindrical-coordinate representation of color #68DDF8: hue angle of 191.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DDF8 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 221 | 248 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.03 |
| HSL | 191.25º | 0.91% | 0.69% | - |
| HSV(B) | 191.25º | 0.58% | 0.97% | - |
| XYZ | 48.51 | 61.43 | 98.11 | - |
| YUV | 189.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 248 | 0.58 | 0.11 | 0 | 0.03 | 191.25 | 0.91 | 0.69 |
| Hex | 68 | DD | F8 | 3A | B | 0 | 3 | BF | 5B | 45 |
| Octal | 150 | 335 | 370 | 72 | 13 | 0 | 3 | 277 | 133 | 105 |
| Binary | 1101000 | 11011101 | 11111000 | 111010 | 1011 | 0 | 11 | 10111111 | 1011011 | 1000101 |
Color Harmonies of #68DDF8
Complementary color
Monochromatic Colors of #68DDF8
Black with #68DDF8
Text Example
Text Example
White with #68DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDF8; }
p { color: rgb(104,221,248); }
H1.HeaderClassName
{
color: #68DDF8;
}
.AnyTagClassName
{
color: #68DDF8;
}
</style>
background-color css
<style>
a { background-color: #68DDF8; }
a { background-color: rgb(104,221,248); }
div.DivClassName
{
background-color: #68DDF8;
}
.BgClassName
{
background-color: #68DDF8;
}
</style>
border-color css
<style>
span { border-color: #68DDF8; }
span { border-color: rgb(104,221,248); }
td.TdClassName
{
border-color: #68DDF8;
}
.TagClassName
{
border-color: #68DDF8;
}
</style>