Shades of Turquoise Blue #68DCEF
Tints of Turquoise Blue #68DCEF
RGB
CMYK
RGB Variations
Color information
#68DCEF (or 0x68DCEF) is known color: Turquoise Blue. HEX triplet: 68, DC and EF. RGB value is (104,220,239). Sum of RGB (Red+Green+Blue) = 104+220+239=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #68DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCEF is #972310. Grayscale: #BBBBBB. Windows color (decimal): -9904913 or 15719528. OLE color: 15719528.
HSL color Cylindrical-coordinate representation of color #68DCEF: hue angle of 188.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DCEF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 220 | 239 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.06 |
| HSL | 188.44º | 0.81% | 0.67% | - |
| HSV(B) | 188.44º | 0.56% | 0.94% | - |
| XYZ | 46.88 | 60.36 | 90.84 | - |
| YUV | 187.48 | 157.07 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 239 | 0.56 | 0.08 | 0 | 0.06 | 188.44 | 0.81 | 0.67 |
| Hex | 68 | DC | EF | 38 | 8 | 0 | 6 | BC | 51 | 43 |
| Octal | 150 | 334 | 357 | 70 | 10 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1101000 | 11011100 | 11101111 | 111000 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #68DCEF
Complementary color
Monochromatic Colors of #68DCEF
Black with #68DCEF
Text Example
Text Example
White with #68DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCEF; }
p { color: rgb(104,220,239); }
H1.HeaderClassName
{
color: #68DCEF;
}
.AnyTagClassName
{
color: #68DCEF;
}
</style>
background-color css
<style>
a { background-color: #68DCEF; }
a { background-color: rgb(104,220,239); }
div.DivClassName
{
background-color: #68DCEF;
}
.BgClassName
{
background-color: #68DCEF;
}
</style>
border-color css
<style>
span { border-color: #68DCEF; }
span { border-color: rgb(104,220,239); }
td.TdClassName
{
border-color: #68DCEF;
}
.TagClassName
{
border-color: #68DCEF;
}
</style>