Shades of Turquoise Blue #68CEE1
Tints of Turquoise Blue #68CEE1
RGB
CMYK
RGB Variations
Color information
#68CEE1 (or 0x68CEE1) is known color: Turquoise Blue. HEX triplet: 68, CE and E1. RGB value is (104,206,225). Sum of RGB (Red+Green+Blue) = 104+206+225=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #68CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEE1 is #97311E. Grayscale: #B1B1B1. Windows color (decimal): -9908511 or 14798440. OLE color: 14798440.
HSL color Cylindrical-coordinate representation of color #68CEE1: hue angle of 189.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CEE1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 206 | 225 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.12 |
| HSL | 189.42º | 0.67% | 0.65% | - |
| HSV(B) | 189.42º | 0.54% | 0.88% | - |
| XYZ | 41.37 | 52.52 | 79.19 | - |
| YUV | 177.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 225 | 0.54 | 0.08 | 0 | 0.12 | 189.42 | 0.67 | 0.65 |
| Hex | 68 | CE | E1 | 36 | 8 | 0 | C | BD | 43 | 41 |
| Octal | 150 | 316 | 341 | 66 | 10 | 0 | 14 | 275 | 103 | 101 |
| Binary | 1101000 | 11001110 | 11100001 | 110110 | 1000 | 0 | 1100 | 10111101 | 1000011 | 1000001 |
Color Harmonies of #68CEE1
Complementary color
Monochromatic Colors of #68CEE1
Black with #68CEE1
Text Example
Text Example
White with #68CEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEE1; }
p { color: rgb(104,206,225); }
H1.HeaderClassName
{
color: #68CEE1;
}
.AnyTagClassName
{
color: #68CEE1;
}
</style>
background-color css
<style>
a { background-color: #68CEE1; }
a { background-color: rgb(104,206,225); }
div.DivClassName
{
background-color: #68CEE1;
}
.BgClassName
{
background-color: #68CEE1;
}
</style>
border-color css
<style>
span { border-color: #68CEE1; }
span { border-color: rgb(104,206,225); }
td.TdClassName
{
border-color: #68CEE1;
}
.TagClassName
{
border-color: #68CEE1;
}
</style>