Shades of Turquoise Blue #68DBEE
Tints of Turquoise Blue #68DBEE
RGB
CMYK
RGB Variations
Color information
#68DBEE (or 0x68DBEE) is known color: Turquoise Blue. HEX triplet: 68, DB and EE. RGB value is (104,219,238). Sum of RGB (Red+Green+Blue) = 104+219+238=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #68DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBEE is #972411. Grayscale: #BABABA. Windows color (decimal): -9905170 or 15653736. OLE color: 15653736.
HSL color Cylindrical-coordinate representation of color #68DBEE: hue angle of 188.51º 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 #68DBEE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 219 | 238 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.07 |
| HSL | 188.51º | 0.8% | 0.67% | - |
| HSV(B) | 188.51º | 0.56% | 0.93% | - |
| XYZ | 46.47 | 59.78 | 89.98 | - |
| YUV | 186.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 238 | 0.56 | 0.08 | 0 | 0.07 | 188.51 | 0.8 | 0.67 |
| Hex | 68 | DB | EE | 38 | 8 | 0 | 7 | BD | 50 | 43 |
| Octal | 150 | 333 | 356 | 70 | 10 | 0 | 7 | 275 | 120 | 103 |
| Binary | 1101000 | 11011011 | 11101110 | 111000 | 1000 | 0 | 111 | 10111101 | 1010000 | 1000011 |
Color Harmonies of #68DBEE
Complementary color
Monochromatic Colors of #68DBEE
Black with #68DBEE
Text Example
Text Example
White with #68DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBEE; }
p { color: rgb(104,219,238); }
H1.HeaderClassName
{
color: #68DBEE;
}
.AnyTagClassName
{
color: #68DBEE;
}
</style>
background-color css
<style>
a { background-color: #68DBEE; }
a { background-color: rgb(104,219,238); }
div.DivClassName
{
background-color: #68DBEE;
}
.BgClassName
{
background-color: #68DBEE;
}
</style>
border-color css
<style>
span { border-color: #68DBEE; }
span { border-color: rgb(104,219,238); }
td.TdClassName
{
border-color: #68DBEE;
}
.TagClassName
{
border-color: #68DBEE;
}
</style>