Shades of Turquoise Blue #68D3E6
Tints of Turquoise Blue #68D3E6
RGB
CMYK
RGB Variations
Color information
#68D3E6 (or 0x68D3E6) is known color: Turquoise Blue. HEX triplet: 68, D3 and E6. RGB value is (104,211,230). Sum of RGB (Red+Green+Blue) = 104+211+230=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #68D3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3E6 is #972C19. Grayscale: #B4B4B4. Windows color (decimal): -9907226 or 15127400. OLE color: 15127400.
HSL color Cylindrical-coordinate representation of color #68D3E6: hue angle of 189.05º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68D3E6 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 211 | 230 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.10 |
| HSL | 189.05º | 0.72% | 0.65% | - |
| HSV(B) | 189.05º | 0.55% | 0.9% | - |
| XYZ | 43.29 | 55.24 | 83.24 | - |
| YUV | 181.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 230 | 0.55 | 0.08 | 0 | 0.10 | 189.05 | 0.72 | 0.65 |
| Hex | 68 | D3 | E6 | 37 | 8 | 0 | A | BD | 48 | 41 |
| Octal | 150 | 323 | 346 | 67 | 10 | 0 | 12 | 275 | 110 | 101 |
| Binary | 1101000 | 11010011 | 11100110 | 110111 | 1000 | 0 | 1010 | 10111101 | 1001000 | 1000001 |
Color Harmonies of #68D3E6
Complementary color
Monochromatic Colors of #68D3E6
Black with #68D3E6
Text Example
Text Example
White with #68D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3E6; }
p { color: rgb(104,211,230); }
H1.HeaderClassName
{
color: #68D3E6;
}
.AnyTagClassName
{
color: #68D3E6;
}
</style>
background-color css
<style>
a { background-color: #68D3E6; }
a { background-color: rgb(104,211,230); }
div.DivClassName
{
background-color: #68D3E6;
}
.BgClassName
{
background-color: #68D3E6;
}
</style>
border-color css
<style>
span { border-color: #68D3E6; }
span { border-color: rgb(104,211,230); }
td.TdClassName
{
border-color: #68D3E6;
}
.TagClassName
{
border-color: #68D3E6;
}
</style>