Shades of Turquoise Blue #68DDEE
Tints of Turquoise Blue #68DDEE
RGB
CMYK
RGB Variations
Color information
#68DDEE (or 0x68DDEE) is known color: Turquoise Blue. HEX triplet: 68, DD and EE. RGB value is (104,221,238). Sum of RGB (Red+Green+Blue) = 104+221+238=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #68DDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDEE is #972211. Grayscale: #BBBBBB. Windows color (decimal): -9904658 or 15654248. OLE color: 15654248.
HSL color Cylindrical-coordinate representation of color #68DDEE: hue angle of 187.61º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DDEE is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 221 | 238 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.61º | 0.8% | 0.67% | - |
| HSV(B) | 187.61º | 0.56% | 0.93% | - |
| XYZ | 47 | 60.83 | 90.15 | - |
| YUV | 187.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 238 | 0.56 | 0.07 | 0 | 0.07 | 187.61 | 0.8 | 0.67 |
| Hex | 68 | DD | EE | 38 | 7 | 0 | 7 | BC | 50 | 43 |
| Octal | 150 | 335 | 356 | 70 | 7 | 0 | 7 | 274 | 120 | 103 |
| Binary | 1101000 | 11011101 | 11101110 | 111000 | 111 | 0 | 111 | 10111100 | 1010000 | 1000011 |
Color Harmonies of #68DDEE
Complementary color
Monochromatic Colors of #68DDEE
Black with #68DDEE
Text Example
Text Example
White with #68DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDEE; }
p { color: rgb(104,221,238); }
H1.HeaderClassName
{
color: #68DDEE;
}
.AnyTagClassName
{
color: #68DDEE;
}
</style>
background-color css
<style>
a { background-color: #68DDEE; }
a { background-color: rgb(104,221,238); }
div.DivClassName
{
background-color: #68DDEE;
}
.BgClassName
{
background-color: #68DDEE;
}
</style>
border-color css
<style>
span { border-color: #68DDEE; }
span { border-color: rgb(104,221,238); }
td.TdClassName
{
border-color: #68DDEE;
}
.TagClassName
{
border-color: #68DDEE;
}
</style>