Shades of Turquoise Blue #68CEF2
Tints of Turquoise Blue #68CEF2
RGB
CMYK
RGB Variations
Color information
#68CEF2 (or 0x68CEF2) is known color: Turquoise Blue. HEX triplet: 68, CE and F2. RGB value is (104,206,242). Sum of RGB (Red+Green+Blue) = 104+206+242=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #68CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEF2 is #97310D. Grayscale: #B3B3B3. Windows color (decimal): -9908494 or 15912552. OLE color: 15912552.
HSL color Cylindrical-coordinate representation of color #68CEF2: hue angle of 195.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68CEF2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 206 | 242 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.05 |
| HSL | 195.65º | 0.84% | 0.68% | - |
| HSV(B) | 195.65º | 0.57% | 0.95% | - |
| XYZ | 43.81 | 53.5 | 92.02 | - |
| YUV | 179.61 | 163.21 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 242 | 0.57 | 0.15 | 0 | 0.05 | 195.65 | 0.84 | 0.68 |
| Hex | 68 | CE | F2 | 39 | F | 0 | 5 | C4 | 54 | 44 |
| Octal | 150 | 316 | 362 | 71 | 17 | 0 | 5 | 304 | 124 | 104 |
| Binary | 1101000 | 11001110 | 11110010 | 111001 | 1111 | 0 | 101 | 11000100 | 1010100 | 1000100 |
Color Harmonies of #68CEF2
Complementary color
Monochromatic Colors of #68CEF2
Black with #68CEF2
Text Example
Text Example
White with #68CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEF2; }
p { color: rgb(104,206,242); }
H1.HeaderClassName
{
color: #68CEF2;
}
.AnyTagClassName
{
color: #68CEF2;
}
</style>
background-color css
<style>
a { background-color: #68CEF2; }
a { background-color: rgb(104,206,242); }
div.DivClassName
{
background-color: #68CEF2;
}
.BgClassName
{
background-color: #68CEF2;
}
</style>
border-color css
<style>
span { border-color: #68CEF2; }
span { border-color: rgb(104,206,242); }
td.TdClassName
{
border-color: #68CEF2;
}
.TagClassName
{
border-color: #68CEF2;
}
</style>