Shades of Turquoise Blue #68CEEE
Tints of Turquoise Blue #68CEEE
RGB
CMYK
RGB Variations
Color information
#68CEEE (or 0x68CEEE) is known color: Turquoise Blue. HEX triplet: 68, CE and EE. RGB value is (104,206,238). Sum of RGB (Red+Green+Blue) = 104+206+238=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #68CEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CEEE is #973111. Grayscale: #B2B2B2. Windows color (decimal): -9908498 or 15650408. OLE color: 15650408.
HSL color Cylindrical-coordinate representation of color #68CEEE: hue angle of 194.33º degrees, saturation: 0.8, 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 #68CEEE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 206 | 238 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.07 |
| HSL | 194.33º | 0.8% | 0.67% | - |
| HSV(B) | 194.33º | 0.56% | 0.93% | - |
| XYZ | 43.21 | 53.26 | 88.89 | - |
| YUV | 179.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 238 | 0.56 | 0.13 | 0 | 0.07 | 194.33 | 0.8 | 0.67 |
| Hex | 68 | CE | EE | 38 | D | 0 | 7 | C2 | 50 | 43 |
| Octal | 150 | 316 | 356 | 70 | 15 | 0 | 7 | 302 | 120 | 103 |
| Binary | 1101000 | 11001110 | 11101110 | 111000 | 1101 | 0 | 111 | 11000010 | 1010000 | 1000011 |
Color Harmonies of #68CEEE
Complementary color
Monochromatic Colors of #68CEEE
Black with #68CEEE
Text Example
Text Example
White with #68CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEEE; }
p { color: rgb(104,206,238); }
H1.HeaderClassName
{
color: #68CEEE;
}
.AnyTagClassName
{
color: #68CEEE;
}
</style>
background-color css
<style>
a { background-color: #68CEEE; }
a { background-color: rgb(104,206,238); }
div.DivClassName
{
background-color: #68CEEE;
}
.BgClassName
{
background-color: #68CEEE;
}
</style>
border-color css
<style>
span { border-color: #68CEEE; }
span { border-color: rgb(104,206,238); }
td.TdClassName
{
border-color: #68CEEE;
}
.TagClassName
{
border-color: #68CEEE;
}
</style>