Shades of Turquoise Blue #68EAED
Tints of Turquoise Blue #68EAED
RGB
CMYK
RGB Variations
Color information
#68EAED (or 0x68EAED) is known color: Turquoise Blue. HEX triplet: 68, EA and ED. RGB value is (104,234,237). Sum of RGB (Red+Green+Blue) = 104+234+237=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #68EAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAED is #971512. Grayscale: #C3C3C3. Windows color (decimal): -9901331 or 15592040. OLE color: 15592040.
HSL color Cylindrical-coordinate representation of color #68EAED: hue angle of 181.35º 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 #68EAED is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 234 | 237 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.07 |
| HSL | 181.35º | 0.79% | 0.67% | - |
| HSV(B) | 181.35º | 0.56% | 0.93% | - |
| XYZ | 50.42 | 67.9 | 90.57 | - |
| YUV | 195.47 | 151.43 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 237 | 0.56 | 0.01 | 0 | 0.07 | 181.35 | 0.79 | 0.67 |
| Hex | 68 | EA | ED | 38 | 1 | 0 | 7 | B5 | 4F | 43 |
| Octal | 150 | 352 | 355 | 70 | 1 | 0 | 7 | 265 | 117 | 103 |
| Binary | 1101000 | 11101010 | 11101101 | 111000 | 1 | 0 | 111 | 10110101 | 1001111 | 1000011 |
Color Harmonies of #68EAED
Complementary color
Monochromatic Colors of #68EAED
Black with #68EAED
Text Example
Text Example
White with #68EAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAED; }
p { color: rgb(104,234,237); }
H1.HeaderClassName
{
color: #68EAED;
}
.AnyTagClassName
{
color: #68EAED;
}
</style>
background-color css
<style>
a { background-color: #68EAED; }
a { background-color: rgb(104,234,237); }
div.DivClassName
{
background-color: #68EAED;
}
.BgClassName
{
background-color: #68EAED;
}
</style>
border-color css
<style>
span { border-color: #68EAED; }
span { border-color: rgb(104,234,237); }
td.TdClassName
{
border-color: #68EAED;
}
.TagClassName
{
border-color: #68EAED;
}
</style>