Shades of Turquoise Blue #68ECE4
Tints of Turquoise Blue #68ECE4
RGB
CMYK
RGB Variations
Color information
#68ECE4 (or 0x68ECE4) is known color: Turquoise Blue. HEX triplet: 68, EC and E4. RGB value is (104,236,228). Sum of RGB (Red+Green+Blue) = 104+236+228=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECE4 is #97131B. Grayscale: #C3C3C3. Windows color (decimal): -9900828 or 15002728. OLE color: 15002728.
HSL color Cylindrical-coordinate representation of color #68ECE4: hue angle of 176.36º degrees, saturation: 0.78, 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 #68ECE4 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 228 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.07 |
| HSL | 176.36º | 0.78% | 0.67% | - |
| HSV(B) | 176.36º | 0.56% | 0.93% | - |
| XYZ | 49.71 | 68.54 | 84.01 | - |
| YUV | 195.62 | 146.27 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 228 | 0.56 | 0 | 0.03 | 0.07 | 176.36 | 0.78 | 0.67 |
| Hex | 68 | EC | E4 | 38 | 0 | 3 | 7 | B0 | 4E | 43 |
| Octal | 150 | 354 | 344 | 70 | 0 | 3 | 7 | 260 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11100100 | 111000 | 0 | 11 | 111 | 10110000 | 1001110 | 1000011 |
Color Harmonies of #68ECE4
Complementary color
Monochromatic Colors of #68ECE4
Black with #68ECE4
Text Example
Text Example
White with #68ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECE4; }
p { color: rgb(104,236,228); }
H1.HeaderClassName
{
color: #68ECE4;
}
.AnyTagClassName
{
color: #68ECE4;
}
</style>
background-color css
<style>
a { background-color: #68ECE4; }
a { background-color: rgb(104,236,228); }
div.DivClassName
{
background-color: #68ECE4;
}
.BgClassName
{
background-color: #68ECE4;
}
</style>
border-color css
<style>
span { border-color: #68ECE4; }
span { border-color: rgb(104,236,228); }
td.TdClassName
{
border-color: #68ECE4;
}
.TagClassName
{
border-color: #68ECE4;
}
</style>