Shades of Turquoise Blue #68EEED
Tints of Turquoise Blue #68EEED
RGB
CMYK
RGB Variations
Color information
#68EEED (or 0x68EEED) is known color: Turquoise Blue. HEX triplet: 68, EE and ED. RGB value is (104,238,237). Sum of RGB (Red+Green+Blue) = 104+238+237=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEED is #971112. Grayscale: #C5C5C5. Windows color (decimal): -9900307 or 15593064. OLE color: 15593064.
HSL color Cylindrical-coordinate representation of color #68EEED: hue angle of 179.55º 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 #68EEED is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 237 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.07 |
| HSL | 179.55º | 0.8% | 0.67% | - |
| HSV(B) | 179.55º | 0.56% | 0.93% | - |
| XYZ | 51.57 | 70.21 | 90.95 | - |
| YUV | 197.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 237 | 0.56 | 0 | 0.00 | 0.07 | 179.55 | 0.8 | 0.67 |
| Hex | 68 | EE | ED | 38 | 0 | 0 | 7 | B4 | 50 | 43 |
| Octal | 150 | 356 | 355 | 70 | 0 | 0 | 7 | 264 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11101101 | 111000 | 0 | 0 | 111 | 10110100 | 1010000 | 1000011 |
Color Harmonies of #68EEED
Complementary color
Monochromatic Colors of #68EEED
Black with #68EEED
Text Example
Text Example
White with #68EEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEED; }
p { color: rgb(104,238,237); }
H1.HeaderClassName
{
color: #68EEED;
}
.AnyTagClassName
{
color: #68EEED;
}
</style>
background-color css
<style>
a { background-color: #68EEED; }
a { background-color: rgb(104,238,237); }
div.DivClassName
{
background-color: #68EEED;
}
.BgClassName
{
background-color: #68EEED;
}
</style>
border-color css
<style>
span { border-color: #68EEED; }
span { border-color: rgb(104,238,237); }
td.TdClassName
{
border-color: #68EEED;
}
.TagClassName
{
border-color: #68EEED;
}
</style>