Shades of Turquoise Blue #68EEE4
Tints of Turquoise Blue #68EEE4
RGB
CMYK
RGB Variations
Color information
#68EEE4 (or 0x68EEE4) is known color: Turquoise Blue. HEX triplet: 68, EE and E4. RGB value is (104,238,228). Sum of RGB (Red+Green+Blue) = 104+238+228=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEE4 is #97111B. Grayscale: #C4C4C4. Windows color (decimal): -9900316 or 15003240. OLE color: 15003240.
HSL color Cylindrical-coordinate representation of color #68EEE4: hue angle of 175.52º 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 #68EEE4 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 228 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.07 |
| HSL | 175.52º | 0.8% | 0.67% | - |
| HSV(B) | 175.52º | 0.56% | 0.93% | - |
| XYZ | 50.29 | 69.69 | 84.2 | - |
| YUV | 196.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 228 | 0.56 | 0 | 0.04 | 0.07 | 175.52 | 0.8 | 0.67 |
| Hex | 68 | EE | E4 | 38 | 0 | 4 | 7 | B0 | 50 | 43 |
| Octal | 150 | 356 | 344 | 70 | 0 | 4 | 7 | 260 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11100100 | 111000 | 0 | 100 | 111 | 10110000 | 1010000 | 1000011 |
Color Harmonies of #68EEE4
Complementary color
Monochromatic Colors of #68EEE4
Black with #68EEE4
Text Example
Text Example
White with #68EEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEE4; }
p { color: rgb(104,238,228); }
H1.HeaderClassName
{
color: #68EEE4;
}
.AnyTagClassName
{
color: #68EEE4;
}
</style>
background-color css
<style>
a { background-color: #68EEE4; }
a { background-color: rgb(104,238,228); }
div.DivClassName
{
background-color: #68EEE4;
}
.BgClassName
{
background-color: #68EEE4;
}
</style>
border-color css
<style>
span { border-color: #68EEE4; }
span { border-color: rgb(104,238,228); }
td.TdClassName
{
border-color: #68EEE4;
}
.TagClassName
{
border-color: #68EEE4;
}
</style>