Shades of Turquoise Blue #68DEDF
Tints of Turquoise Blue #68DEDF
RGB
CMYK
RGB Variations
Color information
#68DEDF (or 0x68DEDF) is known color: Turquoise Blue. HEX triplet: 68, DE and DF. RGB value is (104,222,223). Sum of RGB (Red+Green+Blue) = 104+222+223=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #68DEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEDF is #972120. Grayscale: #BABABA. Windows color (decimal): -9904417 or 14671464. OLE color: 14671464.
HSL color Cylindrical-coordinate representation of color #68DEDF: hue angle of 180.5º degrees, saturation: 0.65, 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 #68DEDF is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 223 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.13 |
| HSL | 180.5º | 0.65% | 0.64% | - |
| HSV(B) | 180.5º | 0.53% | 0.87% | - |
| XYZ | 45.15 | 60.51 | 79.11 | - |
| YUV | 186.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 223 | 0.53 | 0.00 | 0 | 0.13 | 180.5 | 0.65 | 0.64 |
| Hex | 68 | DE | DF | 35 | 0 | 0 | D | B5 | 41 | 40 |
| Octal | 150 | 336 | 337 | 65 | 0 | 0 | 15 | 265 | 101 | 100 |
| Binary | 1101000 | 11011110 | 11011111 | 110101 | 0 | 0 | 1101 | 10110101 | 1000001 | 1000000 |
Color Harmonies of #68DEDF
Complementary color
Monochromatic Colors of #68DEDF
Black with #68DEDF
Text Example
Text Example
White with #68DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEDF; }
p { color: rgb(104,222,223); }
H1.HeaderClassName
{
color: #68DEDF;
}
.AnyTagClassName
{
color: #68DEDF;
}
</style>
background-color css
<style>
a { background-color: #68DEDF; }
a { background-color: rgb(104,222,223); }
div.DivClassName
{
background-color: #68DEDF;
}
.BgClassName
{
background-color: #68DEDF;
}
</style>
border-color css
<style>
span { border-color: #68DEDF; }
span { border-color: rgb(104,222,223); }
td.TdClassName
{
border-color: #68DEDF;
}
.TagClassName
{
border-color: #68DEDF;
}
</style>