Shades of Turquoise Blue #68CCEE
Tints of Turquoise Blue #68CCEE
RGB
CMYK
RGB Variations
Color information
#68CCEE (or 0x68CCEE) is known color: Turquoise Blue. HEX triplet: 68, CC and EE. RGB value is (104,204,238). Sum of RGB (Red+Green+Blue) = 104+204+238=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #68CCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCEE is #973311. Grayscale: #B1B1B1. Windows color (decimal): -9909010 or 15649896. OLE color: 15649896.
HSL color Cylindrical-coordinate representation of color #68CCEE: hue angle of 195.22º 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 #68CCEE is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 204 | 238 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.07 |
| HSL | 195.22º | 0.8% | 0.67% | - |
| HSV(B) | 195.22º | 0.56% | 0.93% | - |
| XYZ | 42.73 | 52.3 | 88.73 | - |
| YUV | 177.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 238 | 0.56 | 0.14 | 0 | 0.07 | 195.22 | 0.8 | 0.67 |
| Hex | 68 | CC | EE | 38 | E | 0 | 7 | C3 | 50 | 43 |
| Octal | 150 | 314 | 356 | 70 | 16 | 0 | 7 | 303 | 120 | 103 |
| Binary | 1101000 | 11001100 | 11101110 | 111000 | 1110 | 0 | 111 | 11000011 | 1010000 | 1000011 |
Color Harmonies of #68CCEE
Complementary color
Monochromatic Colors of #68CCEE
Black with #68CCEE
Text Example
Text Example
White with #68CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCEE; }
p { color: rgb(104,204,238); }
H1.HeaderClassName
{
color: #68CCEE;
}
.AnyTagClassName
{
color: #68CCEE;
}
</style>
background-color css
<style>
a { background-color: #68CCEE; }
a { background-color: rgb(104,204,238); }
div.DivClassName
{
background-color: #68CCEE;
}
.BgClassName
{
background-color: #68CCEE;
}
</style>
border-color css
<style>
span { border-color: #68CCEE; }
span { border-color: rgb(104,204,238); }
td.TdClassName
{
border-color: #68CCEE;
}
.TagClassName
{
border-color: #68CCEE;
}
</style>