Shades of Turquoise Blue #68DEEF
Tints of Turquoise Blue #68DEEF
RGB
CMYK
RGB Variations
Color information
#68DEEF (or 0x68DEEF) is known color: Turquoise Blue. HEX triplet: 68, DE and EF. RGB value is (104,222,239). Sum of RGB (Red+Green+Blue) = 104+222+239=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #68DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEEF is #972110. Grayscale: #BCBCBC. Windows color (decimal): -9904401 or 15720040. OLE color: 15720040.
HSL color Cylindrical-coordinate representation of color #68DEEF: hue angle of 187.56º 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 #68DEEF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 222 | 239 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.06 |
| HSL | 187.56º | 0.81% | 0.67% | - |
| HSV(B) | 187.56º | 0.56% | 0.94% | - |
| XYZ | 47.41 | 61.42 | 91.02 | - |
| YUV | 188.66 | 156.41 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 239 | 0.56 | 0.07 | 0 | 0.06 | 187.56 | 0.81 | 0.67 |
| Hex | 68 | DE | EF | 38 | 7 | 0 | 6 | BC | 51 | 43 |
| Octal | 150 | 336 | 357 | 70 | 7 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1101000 | 11011110 | 11101111 | 111000 | 111 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #68DEEF
Complementary color
Monochromatic Colors of #68DEEF
Black with #68DEEF
Text Example
Text Example
White with #68DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEEF; }
p { color: rgb(104,222,239); }
H1.HeaderClassName
{
color: #68DEEF;
}
.AnyTagClassName
{
color: #68DEEF;
}
</style>
background-color css
<style>
a { background-color: #68DEEF; }
a { background-color: rgb(104,222,239); }
div.DivClassName
{
background-color: #68DEEF;
}
.BgClassName
{
background-color: #68DEEF;
}
</style>
border-color css
<style>
span { border-color: #68DEEF; }
span { border-color: rgb(104,222,239); }
td.TdClassName
{
border-color: #68DEEF;
}
.TagClassName
{
border-color: #68DEEF;
}
</style>