Shades of Turquoise Blue #68EEE1
Tints of Turquoise Blue #68EEE1
RGB
CMYK
RGB Variations
Color information
#68EEE1 (or 0x68EEE1) is known color: Turquoise Blue. HEX triplet: 68, EE and E1. RGB value is (104,238,225). Sum of RGB (Red+Green+Blue) = 104+238+225=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 238 (93.36% from 255 or 41.98% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEE1 is #97111E. Grayscale: #C4C4C4. Windows color (decimal): -9900319 or 14806632. OLE color: 14806632.
HSL color Cylindrical-coordinate representation of color #68EEE1: hue angle of 174.18º degrees, saturation: 0.8, 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 #68EEE1 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 225 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.07 |
| HSL | 174.18º | 0.8% | 0.67% | - |
| HSV(B) | 174.18º | 0.56% | 0.93% | - |
| XYZ | 49.87 | 69.53 | 82.03 | - |
| YUV | 196.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 225 | 0.56 | 0 | 0.05 | 0.07 | 174.18 | 0.8 | 0.67 |
| Hex | 68 | EE | E1 | 38 | 0 | 5 | 7 | AE | 50 | 43 |
| Octal | 150 | 356 | 341 | 70 | 0 | 5 | 7 | 256 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11100001 | 111000 | 0 | 101 | 111 | 10101110 | 1010000 | 1000011 |
Color Harmonies of #68EEE1
Complementary color
Monochromatic Colors of #68EEE1
Black with #68EEE1
Text Example
Text Example
White with #68EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEE1; }
p { color: rgb(104,238,225); }
H1.HeaderClassName
{
color: #68EEE1;
}
.AnyTagClassName
{
color: #68EEE1;
}
</style>
background-color css
<style>
a { background-color: #68EEE1; }
a { background-color: rgb(104,238,225); }
div.DivClassName
{
background-color: #68EEE1;
}
.BgClassName
{
background-color: #68EEE1;
}
</style>
border-color css
<style>
span { border-color: #68EEE1; }
span { border-color: rgb(104,238,225); }
td.TdClassName
{
border-color: #68EEE1;
}
.TagClassName
{
border-color: #68EEE1;
}
</style>