Shades of Turquoise Blue #68DCEE
Tints of Turquoise Blue #68DCEE
RGB
CMYK
RGB Variations
Color information
#68DCEE (or 0x68DCEE) is known color: Turquoise Blue. HEX triplet: 68, DC and EE. RGB value is (104,220,238). Sum of RGB (Red+Green+Blue) = 104+220+238=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #68DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCEE is #972311. Grayscale: #BBBBBB. Windows color (decimal): -9904914 or 15653992. OLE color: 15653992.
HSL color Cylindrical-coordinate representation of color #68DCEE: hue angle of 188.06º 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 #68DCEE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 220 | 238 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.07 |
| HSL | 188.06º | 0.8% | 0.67% | - |
| HSV(B) | 188.06º | 0.56% | 0.93% | - |
| XYZ | 46.73 | 60.3 | 90.07 | - |
| YUV | 187.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 238 | 0.56 | 0.08 | 0 | 0.07 | 188.06 | 0.8 | 0.67 |
| Hex | 68 | DC | EE | 38 | 8 | 0 | 7 | BC | 50 | 43 |
| Octal | 150 | 334 | 356 | 70 | 10 | 0 | 7 | 274 | 120 | 103 |
| Binary | 1101000 | 11011100 | 11101110 | 111000 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000011 |
Color Harmonies of #68DCEE
Complementary color
Monochromatic Colors of #68DCEE
Black with #68DCEE
Text Example
Text Example
White with #68DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCEE; }
p { color: rgb(104,220,238); }
H1.HeaderClassName
{
color: #68DCEE;
}
.AnyTagClassName
{
color: #68DCEE;
}
</style>
background-color css
<style>
a { background-color: #68DCEE; }
a { background-color: rgb(104,220,238); }
div.DivClassName
{
background-color: #68DCEE;
}
.BgClassName
{
background-color: #68DCEE;
}
</style>
border-color css
<style>
span { border-color: #68DCEE; }
span { border-color: rgb(104,220,238); }
td.TdClassName
{
border-color: #68DCEE;
}
.TagClassName
{
border-color: #68DCEE;
}
</style>