Shades of Turquoise Blue #68CFEF
Tints of Turquoise Blue #68CFEF
RGB
CMYK
RGB Variations
Color information
#68CFEF (or 0x68CFEF) is known color: Turquoise Blue. HEX triplet: 68, CF and EF. RGB value is (104,207,239). Sum of RGB (Red+Green+Blue) = 104+207+239=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #68CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFEF is #973010. Grayscale: #B3B3B3. Windows color (decimal): -9908241 or 15716200. OLE color: 15716200.
HSL color Cylindrical-coordinate representation of color #68CFEF: hue angle of 194.22º 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 #68CFEF is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 207 | 239 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.06 |
| HSL | 194.22º | 0.81% | 0.67% | - |
| HSV(B) | 194.22º | 0.56% | 0.94% | - |
| XYZ | 43.6 | 53.8 | 89.75 | - |
| YUV | 179.85 | 161.38 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 239 | 0.56 | 0.13 | 0 | 0.06 | 194.22 | 0.81 | 0.67 |
| Hex | 68 | CF | EF | 38 | D | 0 | 6 | C2 | 51 | 43 |
| Octal | 150 | 317 | 357 | 70 | 15 | 0 | 6 | 302 | 121 | 103 |
| Binary | 1101000 | 11001111 | 11101111 | 111000 | 1101 | 0 | 110 | 11000010 | 1010001 | 1000011 |
Color Harmonies of #68CFEF
Complementary color
Monochromatic Colors of #68CFEF
Black with #68CFEF
Text Example
Text Example
White with #68CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFEF; }
p { color: rgb(104,207,239); }
H1.HeaderClassName
{
color: #68CFEF;
}
.AnyTagClassName
{
color: #68CFEF;
}
</style>
background-color css
<style>
a { background-color: #68CFEF; }
a { background-color: rgb(104,207,239); }
div.DivClassName
{
background-color: #68CFEF;
}
.BgClassName
{
background-color: #68CFEF;
}
</style>
border-color css
<style>
span { border-color: #68CFEF; }
span { border-color: rgb(104,207,239); }
td.TdClassName
{
border-color: #68CFEF;
}
.TagClassName
{
border-color: #68CFEF;
}
</style>