Shades of Turquoise Blue #68EDE2
Tints of Turquoise Blue #68EDE2
RGB
CMYK
RGB Variations
Color information
#68EDE2 (or 0x68EDE2) is known color: Turquoise Blue. HEX triplet: 68, ED and E2. RGB value is (104,237,226). Sum of RGB (Red+Green+Blue) = 104+237+226=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDE2 is #97121D. Grayscale: #C3C3C3. Windows color (decimal): -9900574 or 14871912. OLE color: 14871912.
HSL color Cylindrical-coordinate representation of color #68EDE2: hue angle of 175.04º 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 #68EDE2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 226 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.07 |
| HSL | 175.04º | 0.79% | 0.67% | - |
| HSV(B) | 175.04º | 0.56% | 0.93% | - |
| XYZ | 49.72 | 69 | 82.65 | - |
| YUV | 195.98 | 144.94 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 226 | 0.56 | 0 | 0.05 | 0.07 | 175.04 | 0.79 | 0.67 |
| Hex | 68 | ED | E2 | 38 | 0 | 5 | 7 | AF | 4F | 43 |
| Octal | 150 | 355 | 342 | 70 | 0 | 5 | 7 | 257 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11100010 | 111000 | 0 | 101 | 111 | 10101111 | 1001111 | 1000011 |
Color Harmonies of #68EDE2
Complementary color
Monochromatic Colors of #68EDE2
Black with #68EDE2
Text Example
Text Example
White with #68EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDE2; }
p { color: rgb(104,237,226); }
H1.HeaderClassName
{
color: #68EDE2;
}
.AnyTagClassName
{
color: #68EDE2;
}
</style>
background-color css
<style>
a { background-color: #68EDE2; }
a { background-color: rgb(104,237,226); }
div.DivClassName
{
background-color: #68EDE2;
}
.BgClassName
{
background-color: #68EDE2;
}
</style>
border-color css
<style>
span { border-color: #68EDE2; }
span { border-color: rgb(104,237,226); }
td.TdClassName
{
border-color: #68EDE2;
}
.TagClassName
{
border-color: #68EDE2;
}
</style>