Shades of Turquoise Blue #68CEDD
Tints of Turquoise Blue #68CEDD
RGB
CMYK
RGB Variations
Color information
#68CEDD (or 0x68CEDD) is known color: Turquoise Blue. HEX triplet: 68, CE and DD. RGB value is (104,206,221). Sum of RGB (Red+Green+Blue) = 104+206+221=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #68CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEDD is #973122. Grayscale: #B1B1B1. Windows color (decimal): -9908515 or 14536296. OLE color: 14536296.
HSL color Cylindrical-coordinate representation of color #68CEDD: hue angle of 187.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CEDD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 206 | 221 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.13 |
| HSL | 187.69º | 0.63% | 0.64% | - |
| HSV(B) | 187.69º | 0.53% | 0.87% | - |
| XYZ | 40.83 | 52.31 | 76.35 | - |
| YUV | 177.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 221 | 0.53 | 0.07 | 0 | 0.13 | 187.69 | 0.63 | 0.64 |
| Hex | 68 | CE | DD | 35 | 7 | 0 | D | BC | 3F | 40 |
| Octal | 150 | 316 | 335 | 65 | 7 | 0 | 15 | 274 | 77 | 100 |
| Binary | 1101000 | 11001110 | 11011101 | 110101 | 111 | 0 | 1101 | 10111100 | 111111 | 1000000 |
Color Harmonies of #68CEDD
Complementary color
Monochromatic Colors of #68CEDD
Black with #68CEDD
Text Example
Text Example
White with #68CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEDD; }
p { color: rgb(104,206,221); }
H1.HeaderClassName
{
color: #68CEDD;
}
.AnyTagClassName
{
color: #68CEDD;
}
</style>
background-color css
<style>
a { background-color: #68CEDD; }
a { background-color: rgb(104,206,221); }
div.DivClassName
{
background-color: #68CEDD;
}
.BgClassName
{
background-color: #68CEDD;
}
</style>
border-color css
<style>
span { border-color: #68CEDD; }
span { border-color: rgb(104,206,221); }
td.TdClassName
{
border-color: #68CEDD;
}
.TagClassName
{
border-color: #68CEDD;
}
</style>