Shades of Turquoise Blue #68CFED
Tints of Turquoise Blue #68CFED
RGB
CMYK
RGB Variations
Color information
#68CFED (or 0x68CFED) is known color: Turquoise Blue. HEX triplet: 68, CF and ED. RGB value is (104,207,237). Sum of RGB (Red+Green+Blue) = 104+207+237=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #68CFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CFED is #973012. Grayscale: #B3B3B3. Windows color (decimal): -9908243 or 15585128. OLE color: 15585128.
HSL color Cylindrical-coordinate representation of color #68CFED: hue angle of 193.53º 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 #68CFED is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 207 | 237 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.07 |
| HSL | 193.53º | 0.79% | 0.67% | - |
| HSV(B) | 193.53º | 0.56% | 0.93% | - |
| XYZ | 43.31 | 53.68 | 88.2 | - |
| YUV | 179.62 | 160.38 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 237 | 0.56 | 0.13 | 0 | 0.07 | 193.53 | 0.79 | 0.67 |
| Hex | 68 | CF | ED | 38 | D | 0 | 7 | C2 | 4F | 43 |
| Octal | 150 | 317 | 355 | 70 | 15 | 0 | 7 | 302 | 117 | 103 |
| Binary | 1101000 | 11001111 | 11101101 | 111000 | 1101 | 0 | 111 | 11000010 | 1001111 | 1000011 |
Color Harmonies of #68CFED
Complementary color
Monochromatic Colors of #68CFED
Black with #68CFED
Text Example
Text Example
White with #68CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CFED; }
p { color: rgb(104,207,237); }
H1.HeaderClassName
{
color: #68CFED;
}
.AnyTagClassName
{
color: #68CFED;
}
</style>
background-color css
<style>
a { background-color: #68CFED; }
a { background-color: rgb(104,207,237); }
div.DivClassName
{
background-color: #68CFED;
}
.BgClassName
{
background-color: #68CFED;
}
</style>
border-color css
<style>
span { border-color: #68CFED; }
span { border-color: rgb(104,207,237); }
td.TdClassName
{
border-color: #68CFED;
}
.TagClassName
{
border-color: #68CFED;
}
</style>