Shades of Turquoise Blue #68CDEF
Tints of Turquoise Blue #68CDEF
RGB
CMYK
RGB Variations
Color information
#68CDEF (or 0x68CDEF) is known color: Turquoise Blue. HEX triplet: 68, CD and EF. RGB value is (104,205,239). Sum of RGB (Red+Green+Blue) = 104+205+239=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #68CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDEF is #973210. Grayscale: #B2B2B2. Windows color (decimal): -9908753 or 15715688. OLE color: 15715688.
HSL color Cylindrical-coordinate representation of color #68CDEF: hue angle of 195.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CDEF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 205 | 239 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.06 |
| HSL | 195.11º | 0.81% | 0.67% | - |
| HSV(B) | 195.11º | 0.56% | 0.94% | - |
| XYZ | 43.12 | 52.84 | 89.59 | - |
| YUV | 178.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 239 | 0.56 | 0.14 | 0 | 0.06 | 195.11 | 0.81 | 0.67 |
| Hex | 68 | CD | EF | 38 | E | 0 | 6 | C3 | 51 | 43 |
| Octal | 150 | 315 | 357 | 70 | 16 | 0 | 6 | 303 | 121 | 103 |
| Binary | 1101000 | 11001101 | 11101111 | 111000 | 1110 | 0 | 110 | 11000011 | 1010001 | 1000011 |
Color Harmonies of #68CDEF
Complementary color
Monochromatic Colors of #68CDEF
Black with #68CDEF
Text Example
Text Example
White with #68CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDEF; }
p { color: rgb(104,205,239); }
H1.HeaderClassName
{
color: #68CDEF;
}
.AnyTagClassName
{
color: #68CDEF;
}
</style>
background-color css
<style>
a { background-color: #68CDEF; }
a { background-color: rgb(104,205,239); }
div.DivClassName
{
background-color: #68CDEF;
}
.BgClassName
{
background-color: #68CDEF;
}
</style>
border-color css
<style>
span { border-color: #68CDEF; }
span { border-color: rgb(104,205,239); }
td.TdClassName
{
border-color: #68CDEF;
}
.TagClassName
{
border-color: #68CDEF;
}
</style>