Shades of Turquoise Blue #68CED5
Tints of Turquoise Blue #68CED5
RGB
CMYK
RGB Variations
Color information
#68CED5 (or 0x68CED5) is known color: Turquoise Blue. HEX triplet: 68, CE and D5. RGB value is (104,206,213). Sum of RGB (Red+Green+Blue) = 104+206+213=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #68CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CED5 is #97312A. Grayscale: #B0B0B0. Windows color (decimal): -9908523 or 14012008. OLE color: 14012008.
HSL color Cylindrical-coordinate representation of color #68CED5: hue angle of 183.85º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CED5 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 206 | 213 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.16 |
| HSL | 183.85º | 0.56% | 0.62% | - |
| HSV(B) | 183.85º | 0.51% | 0.84% | - |
| XYZ | 39.79 | 51.89 | 70.87 | - |
| YUV | 176.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 213 | 0.51 | 0.03 | 0 | 0.16 | 183.85 | 0.56 | 0.62 |
| Hex | 68 | CE | D5 | 33 | 3 | 0 | 10 | B8 | 38 | 3E |
| Octal | 150 | 316 | 325 | 63 | 3 | 0 | 20 | 270 | 70 | 76 |
| Binary | 1101000 | 11001110 | 11010101 | 110011 | 11 | 0 | 10000 | 10111000 | 111000 | 111110 |
Color Harmonies of #68CED5
Complementary color
Monochromatic Colors of #68CED5
Black with #68CED5
Text Example
Text Example
White with #68CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CED5; }
p { color: rgb(104,206,213); }
H1.HeaderClassName
{
color: #68CED5;
}
.AnyTagClassName
{
color: #68CED5;
}
</style>
background-color css
<style>
a { background-color: #68CED5; }
a { background-color: rgb(104,206,213); }
div.DivClassName
{
background-color: #68CED5;
}
.BgClassName
{
background-color: #68CED5;
}
</style>
border-color css
<style>
span { border-color: #68CED5; }
span { border-color: rgb(104,206,213); }
td.TdClassName
{
border-color: #68CED5;
}
.TagClassName
{
border-color: #68CED5;
}
</style>