Shades of Turquoise Blue #68CCED
Tints of Turquoise Blue #68CCED
RGB
CMYK
RGB Variations
Color information
#68CCED (or 0x68CCED) is known color: Turquoise Blue. HEX triplet: 68, CC and ED. RGB value is (104,204,237). Sum of RGB (Red+Green+Blue) = 104+204+237=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #68CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCED is #973312. Grayscale: #B1B1B1. Windows color (decimal): -9909011 or 15584360. OLE color: 15584360.
HSL color Cylindrical-coordinate representation of color #68CCED: hue angle of 194.89º 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 #68CCED is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 204 | 237 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.07 |
| HSL | 194.89º | 0.79% | 0.67% | - |
| HSV(B) | 194.89º | 0.56% | 0.93% | - |
| XYZ | 42.59 | 52.24 | 87.96 | - |
| YUV | 177.86 | 161.37 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 237 | 0.56 | 0.14 | 0 | 0.07 | 194.89 | 0.79 | 0.67 |
| Hex | 68 | CC | ED | 38 | E | 0 | 7 | C3 | 4F | 43 |
| Octal | 150 | 314 | 355 | 70 | 16 | 0 | 7 | 303 | 117 | 103 |
| Binary | 1101000 | 11001100 | 11101101 | 111000 | 1110 | 0 | 111 | 11000011 | 1001111 | 1000011 |
Color Harmonies of #68CCED
Complementary color
Monochromatic Colors of #68CCED
Black with #68CCED
Text Example
Text Example
White with #68CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCED; }
p { color: rgb(104,204,237); }
H1.HeaderClassName
{
color: #68CCED;
}
.AnyTagClassName
{
color: #68CCED;
}
</style>
background-color css
<style>
a { background-color: #68CCED; }
a { background-color: rgb(104,204,237); }
div.DivClassName
{
background-color: #68CCED;
}
.BgClassName
{
background-color: #68CCED;
}
</style>
border-color css
<style>
span { border-color: #68CCED; }
span { border-color: rgb(104,204,237); }
td.TdClassName
{
border-color: #68CCED;
}
.TagClassName
{
border-color: #68CCED;
}
</style>