Shades of Turquoise Blue #68D3EA
Tints of Turquoise Blue #68D3EA
RGB
CMYK
RGB Variations
Color information
#68D3EA (or 0x68D3EA) is known color: Turquoise Blue. HEX triplet: 68, D3 and EA. RGB value is (104,211,234). Sum of RGB (Red+Green+Blue) = 104+211+234=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #68D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3EA is #972C15. Grayscale: #B5B5B5. Windows color (decimal): -9907222 or 15389544. OLE color: 15389544.
HSL color Cylindrical-coordinate representation of color #68D3EA: hue angle of 190.62º degrees, saturation: 0.76, 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 #68D3EA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 211 | 234 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.08 |
| HSL | 190.62º | 0.76% | 0.66% | - |
| HSV(B) | 190.62º | 0.56% | 0.92% | - |
| XYZ | 43.85 | 55.47 | 86.24 | - |
| YUV | 181.63 | 157.55 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 234 | 0.56 | 0.10 | 0 | 0.08 | 190.62 | 0.76 | 0.66 |
| Hex | 68 | D3 | EA | 38 | A | 0 | 8 | BF | 4C | 42 |
| Octal | 150 | 323 | 352 | 70 | 12 | 0 | 10 | 277 | 114 | 102 |
| Binary | 1101000 | 11010011 | 11101010 | 111000 | 1010 | 0 | 1000 | 10111111 | 1001100 | 1000010 |
Color Harmonies of #68D3EA
Complementary color
Monochromatic Colors of #68D3EA
Black with #68D3EA
Text Example
Text Example
White with #68D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3EA; }
p { color: rgb(104,211,234); }
H1.HeaderClassName
{
color: #68D3EA;
}
.AnyTagClassName
{
color: #68D3EA;
}
</style>
background-color css
<style>
a { background-color: #68D3EA; }
a { background-color: rgb(104,211,234); }
div.DivClassName
{
background-color: #68D3EA;
}
.BgClassName
{
background-color: #68D3EA;
}
</style>
border-color css
<style>
span { border-color: #68D3EA; }
span { border-color: rgb(104,211,234); }
td.TdClassName
{
border-color: #68D3EA;
}
.TagClassName
{
border-color: #68D3EA;
}
</style>