Shades of Turquoise Blue #68CEEB
Tints of Turquoise Blue #68CEEB
RGB
CMYK
RGB Variations
Color information
#68CEEB (or 0x68CEEB) is known color: Turquoise Blue. HEX triplet: 68, CE and EB. RGB value is (104,206,235). Sum of RGB (Red+Green+Blue) = 104+206+235=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #68CEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEB is #973114. Grayscale: #B2B2B2. Windows color (decimal): -9908501 or 15453800. OLE color: 15453800.
HSL color Cylindrical-coordinate representation of color #68CEEB: hue angle of 193.28º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CEEB is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 206 | 235 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.08 |
| HSL | 193.28º | 0.77% | 0.66% | - |
| HSV(B) | 193.28º | 0.56% | 0.92% | - |
| XYZ | 42.78 | 53.08 | 86.59 | - |
| YUV | 178.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 235 | 0.56 | 0.12 | 0 | 0.08 | 193.28 | 0.77 | 0.66 |
| Hex | 68 | CE | EB | 38 | C | 0 | 8 | C1 | 4D | 42 |
| Octal | 150 | 316 | 353 | 70 | 14 | 0 | 10 | 301 | 115 | 102 |
| Binary | 1101000 | 11001110 | 11101011 | 111000 | 1100 | 0 | 1000 | 11000001 | 1001101 | 1000010 |
Color Harmonies of #68CEEB
Complementary color
Monochromatic Colors of #68CEEB
Black with #68CEEB
Text Example
Text Example
White with #68CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEEB; }
p { color: rgb(104,206,235); }
H1.HeaderClassName
{
color: #68CEEB;
}
.AnyTagClassName
{
color: #68CEEB;
}
</style>
background-color css
<style>
a { background-color: #68CEEB; }
a { background-color: rgb(104,206,235); }
div.DivClassName
{
background-color: #68CEEB;
}
.BgClassName
{
background-color: #68CEEB;
}
</style>
border-color css
<style>
span { border-color: #68CEEB; }
span { border-color: rgb(104,206,235); }
td.TdClassName
{
border-color: #68CEEB;
}
.TagClassName
{
border-color: #68CEEB;
}
</style>