Shades of Turquoise Blue #68CBEE
Tints of Turquoise Blue #68CBEE
RGB
CMYK
RGB Variations
Color information
#68CBEE (or 0x68CBEE) is known color: Turquoise Blue. HEX triplet: 68, CB and EE. RGB value is (104,203,238). Sum of RGB (Red+Green+Blue) = 104+203+238=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #68CBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CBEE is #973411. Grayscale: #B1B1B1. Windows color (decimal): -9909266 or 15649640. OLE color: 15649640.
HSL color Cylindrical-coordinate representation of color #68CBEE: hue angle of 195.67º 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 #68CBEE is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 203 | 238 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.07 |
| HSL | 195.67º | 0.8% | 0.67% | - |
| HSV(B) | 195.67º | 0.56% | 0.93% | - |
| XYZ | 42.5 | 51.83 | 88.65 | - |
| YUV | 177.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 238 | 0.56 | 0.15 | 0 | 0.07 | 195.67 | 0.8 | 0.67 |
| Hex | 68 | CB | EE | 38 | F | 0 | 7 | C4 | 50 | 43 |
| Octal | 150 | 313 | 356 | 70 | 17 | 0 | 7 | 304 | 120 | 103 |
| Binary | 1101000 | 11001011 | 11101110 | 111000 | 1111 | 0 | 111 | 11000100 | 1010000 | 1000011 |
Color Harmonies of #68CBEE
Complementary color
Monochromatic Colors of #68CBEE
Black with #68CBEE
Text Example
Text Example
White with #68CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CBEE; }
p { color: rgb(104,203,238); }
H1.HeaderClassName
{
color: #68CBEE;
}
.AnyTagClassName
{
color: #68CBEE;
}
</style>
background-color css
<style>
a { background-color: #68CBEE; }
a { background-color: rgb(104,203,238); }
div.DivClassName
{
background-color: #68CBEE;
}
.BgClassName
{
background-color: #68CBEE;
}
</style>
border-color css
<style>
span { border-color: #68CBEE; }
span { border-color: rgb(104,203,238); }
td.TdClassName
{
border-color: #68CBEE;
}
.TagClassName
{
border-color: #68CBEE;
}
</style>