Shades of Turquoise Blue #68DFED
Tints of Turquoise Blue #68DFED
RGB
CMYK
RGB Variations
Color information
#68DFED (or 0x68DFED) is known color: Turquoise Blue. HEX triplet: 68, DF and ED. RGB value is (104,223,237). Sum of RGB (Red+Green+Blue) = 104+223+237=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #68DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFED is #972012. Grayscale: #BCBCBC. Windows color (decimal): -9904147 or 15589224. OLE color: 15589224.
HSL color Cylindrical-coordinate representation of color #68DFED: hue angle of 186.32º 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 #68DFED is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 223 | 237 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.07 |
| HSL | 186.32º | 0.79% | 0.67% | - |
| HSV(B) | 186.32º | 0.56% | 0.93% | - |
| XYZ | 47.38 | 61.83 | 89.56 | - |
| YUV | 189.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 237 | 0.56 | 0.06 | 0 | 0.07 | 186.32 | 0.79 | 0.67 |
| Hex | 68 | DF | ED | 38 | 6 | 0 | 7 | BA | 4F | 43 |
| Octal | 150 | 337 | 355 | 70 | 6 | 0 | 7 | 272 | 117 | 103 |
| Binary | 1101000 | 11011111 | 11101101 | 111000 | 110 | 0 | 111 | 10111010 | 1001111 | 1000011 |
Color Harmonies of #68DFED
Complementary color
Monochromatic Colors of #68DFED
Black with #68DFED
Text Example
Text Example
White with #68DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFED; }
p { color: rgb(104,223,237); }
H1.HeaderClassName
{
color: #68DFED;
}
.AnyTagClassName
{
color: #68DFED;
}
</style>
background-color css
<style>
a { background-color: #68DFED; }
a { background-color: rgb(104,223,237); }
div.DivClassName
{
background-color: #68DFED;
}
.BgClassName
{
background-color: #68DFED;
}
</style>
border-color css
<style>
span { border-color: #68DFED; }
span { border-color: rgb(104,223,237); }
td.TdClassName
{
border-color: #68DFED;
}
.TagClassName
{
border-color: #68DFED;
}
</style>