Shades of Turquoise Blue #68EDE6
Tints of Turquoise Blue #68EDE6
RGB
CMYK
RGB Variations
Color information
#68EDE6 (or 0x68EDE6) is known color: Turquoise Blue. HEX triplet: 68, ED and E6. RGB value is (104,237,230). Sum of RGB (Red+Green+Blue) = 104+237+230=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDE6 is #971219. Grayscale: #C4C4C4. Windows color (decimal): -9900570 or 15134056. OLE color: 15134056.
HSL color Cylindrical-coordinate representation of color #68EDE6: hue angle of 176.84º 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 #68EDE6 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 230 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.07 |
| HSL | 176.84º | 0.79% | 0.67% | - |
| HSV(B) | 176.84º | 0.56% | 0.93% | - |
| XYZ | 50.28 | 69.22 | 85.57 | - |
| YUV | 196.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 230 | 0.56 | 0 | 0.03 | 0.07 | 176.84 | 0.79 | 0.67 |
| Hex | 68 | ED | E6 | 38 | 0 | 3 | 7 | B1 | 4F | 43 |
| Octal | 150 | 355 | 346 | 70 | 0 | 3 | 7 | 261 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11100110 | 111000 | 0 | 11 | 111 | 10110001 | 1001111 | 1000011 |
Color Harmonies of #68EDE6
Complementary color
Monochromatic Colors of #68EDE6
Black with #68EDE6
Text Example
Text Example
White with #68EDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDE6; }
p { color: rgb(104,237,230); }
H1.HeaderClassName
{
color: #68EDE6;
}
.AnyTagClassName
{
color: #68EDE6;
}
</style>
background-color css
<style>
a { background-color: #68EDE6; }
a { background-color: rgb(104,237,230); }
div.DivClassName
{
background-color: #68EDE6;
}
.BgClassName
{
background-color: #68EDE6;
}
</style>
border-color css
<style>
span { border-color: #68EDE6; }
span { border-color: rgb(104,237,230); }
td.TdClassName
{
border-color: #68EDE6;
}
.TagClassName
{
border-color: #68EDE6;
}
</style>