Shades of Turquoise Blue #68CBE3
Tints of Turquoise Blue #68CBE3
RGB
CMYK
RGB Variations
Color information
#68CBE3 (or 0x68CBE3) is known color: Turquoise Blue. HEX triplet: 68, CB and E3. RGB value is (104,203,227). Sum of RGB (Red+Green+Blue) = 104+203+227=534 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.48% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #68CBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CBE3 is #97341C. Grayscale: #AFAFAF. Windows color (decimal): -9909277 or 14928744. OLE color: 14928744.
HSL color Cylindrical-coordinate representation of color #68CBE3: hue angle of 191.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CBE3 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 203 | 227 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.11 |
| HSL | 191.71º | 0.69% | 0.65% | - |
| HSV(B) | 191.71º | 0.54% | 0.89% | - |
| XYZ | 40.93 | 51.2 | 80.4 | - |
| YUV | 176.14 | 156.7 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 227 | 0.54 | 0.11 | 0 | 0.11 | 191.71 | 0.69 | 0.65 |
| Hex | 68 | CB | E3 | 36 | B | 0 | B | C0 | 45 | 41 |
| Octal | 150 | 313 | 343 | 66 | 13 | 0 | 13 | 300 | 105 | 101 |
| Binary | 1101000 | 11001011 | 11100011 | 110110 | 1011 | 0 | 1011 | 11000000 | 1000101 | 1000001 |
Color Harmonies of #68CBE3
Complementary color
Monochromatic Colors of #68CBE3
Black with #68CBE3
Text Example
Text Example
White with #68CBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBE3; }
p { color: rgb(104,203,227); }
H1.HeaderClassName
{
color: #68CBE3;
}
.AnyTagClassName
{
color: #68CBE3;
}
</style>
background-color css
<style>
a { background-color: #68CBE3; }
a { background-color: rgb(104,203,227); }
div.DivClassName
{
background-color: #68CBE3;
}
.BgClassName
{
background-color: #68CBE3;
}
</style>
border-color css
<style>
span { border-color: #68CBE3; }
span { border-color: rgb(104,203,227); }
td.TdClassName
{
border-color: #68CBE3;
}
.TagClassName
{
border-color: #68CBE3;
}
</style>