Shades of Turquoise Blue #68DFF8
Tints of Turquoise Blue #68DFF8
RGB
CMYK
RGB Variations
Color information
#68DFF8 (or 0x68DFF8) is known color: Turquoise Blue. HEX triplet: 68, DF and F8. RGB value is (104,223,248). Sum of RGB (Red+Green+Blue) = 104+223+248=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #68DFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFF8 is #972007. Grayscale: #BEBEBE. Windows color (decimal): -9904136 or 16310120. OLE color: 16310120.
HSL color Cylindrical-coordinate representation of color #68DFF8: hue angle of 190.42º 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 #68DFF8 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 223 | 248 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.03 |
| HSL | 190.42º | 0.91% | 0.69% | - |
| HSV(B) | 190.42º | 0.58% | 0.97% | - |
| XYZ | 49.04 | 62.5 | 98.29 | - |
| YUV | 190.27 | 160.58 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 248 | 0.58 | 0.10 | 0 | 0.03 | 190.42 | 0.91 | 0.69 |
| Hex | 68 | DF | F8 | 3A | A | 0 | 3 | BE | 5B | 45 |
| Octal | 150 | 337 | 370 | 72 | 12 | 0 | 3 | 276 | 133 | 105 |
| Binary | 1101000 | 11011111 | 11111000 | 111010 | 1010 | 0 | 11 | 10111110 | 1011011 | 1000101 |
Color Harmonies of #68DFF8
Complementary color
Monochromatic Colors of #68DFF8
Black with #68DFF8
Text Example
Text Example
White with #68DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFF8; }
p { color: rgb(104,223,248); }
H1.HeaderClassName
{
color: #68DFF8;
}
.AnyTagClassName
{
color: #68DFF8;
}
</style>
background-color css
<style>
a { background-color: #68DFF8; }
a { background-color: rgb(104,223,248); }
div.DivClassName
{
background-color: #68DFF8;
}
.BgClassName
{
background-color: #68DFF8;
}
</style>
border-color css
<style>
span { border-color: #68DFF8; }
span { border-color: rgb(104,223,248); }
td.TdClassName
{
border-color: #68DFF8;
}
.TagClassName
{
border-color: #68DFF8;
}
</style>