Shades of Turquoise Blue #68EDDF
Tints of Turquoise Blue #68EDDF
RGB
CMYK
RGB Variations
Color information
#68EDDF (or 0x68EDDF) is known color: Turquoise Blue. HEX triplet: 68, ED and DF. RGB value is (104,237,223). Sum of RGB (Red+Green+Blue) = 104+237+223=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDDF is #971220. Grayscale: #C3C3C3. Windows color (decimal): -9900577 or 14675304. OLE color: 14675304.
HSL color Cylindrical-coordinate representation of color #68EDDF: hue angle of 173.68º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDDF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 223 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.07 |
| HSL | 173.68º | 0.79% | 0.67% | - |
| HSV(B) | 173.68º | 0.56% | 0.93% | - |
| XYZ | 49.31 | 68.84 | 80.5 | - |
| YUV | 195.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 223 | 0.56 | 0 | 0.06 | 0.07 | 173.68 | 0.79 | 0.67 |
| Hex | 68 | ED | DF | 38 | 0 | 6 | 7 | AE | 4F | 43 |
| Octal | 150 | 355 | 337 | 70 | 0 | 6 | 7 | 256 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11011111 | 111000 | 0 | 110 | 111 | 10101110 | 1001111 | 1000011 |
Color Harmonies of #68EDDF
Complementary color
Monochromatic Colors of #68EDDF
Black with #68EDDF
Text Example
Text Example
White with #68EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDDF; }
p { color: rgb(104,237,223); }
H1.HeaderClassName
{
color: #68EDDF;
}
.AnyTagClassName
{
color: #68EDDF;
}
</style>
background-color css
<style>
a { background-color: #68EDDF; }
a { background-color: rgb(104,237,223); }
div.DivClassName
{
background-color: #68EDDF;
}
.BgClassName
{
background-color: #68EDDF;
}
</style>
border-color css
<style>
span { border-color: #68EDDF; }
span { border-color: rgb(104,237,223); }
td.TdClassName
{
border-color: #68EDDF;
}
.TagClassName
{
border-color: #68EDDF;
}
</style>