Shades of Turquoise Blue #68CDDB
Tints of Turquoise Blue #68CDDB
RGB
CMYK
RGB Variations
Color information
#68CDDB (or 0x68CDDB) is known color: Turquoise Blue. HEX triplet: 68, CD and DB. RGB value is (104,205,219). Sum of RGB (Red+Green+Blue) = 104+205+219=528 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.70% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDDB is #973224. Grayscale: #B0B0B0. Windows color (decimal): -9908773 or 14404968. OLE color: 14404968.
HSL color Cylindrical-coordinate representation of color #68CDDB: hue angle of 187.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CDDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 104 | 205 | 219 | - |
CMYK | 0.53 | 0.06 | 0 | 0.14 |
HSL | 187.3º | 0.61% | 0.63% | - |
HSV(B) | 187.3º | 0.53% | 0.86% | - |
XYZ | 40.33 | 51.72 | 74.88 | - |
YUV | 176.4 | 152.04 | 76.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 205 | 219 | 0.53 | 0.06 | 0 | 0.14 | 187.3 | 0.61 | 0.63 |
Hex | 68 | CD | DB | 35 | 6 | 0 | E | BB | 3D | 3F |
Octal | 150 | 315 | 333 | 65 | 6 | 0 | 16 | 273 | 75 | 77 |
Binary | 1101000 | 11001101 | 11011011 | 110101 | 110 | 0 | 1110 | 10111011 | 111101 | 111111 |
Color Harmonies of #68CDDB
Complementary color
Monochromatic Colors of #68CDDB
Black with #68CDDB
Text Example
Text Example
White with #68CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDDB; }
p { color: rgb(104,205,219); }
H1.HeaderClassName
{
color: #68CDDB;
}
.AnyTagClassName
{
color: #68CDDB;
}
</style>
background-color css
<style>
a { background-color: #68CDDB; }
a { background-color: rgb(104,205,219); }
div.DivClassName
{
background-color: #68CDDB;
}
.BgClassName
{
background-color: #68CDDB;
}
</style>
border-color css
<style>
span { border-color: #68CDDB; }
span { border-color: rgb(104,205,219); }
td.TdClassName
{
border-color: #68CDDB;
}
.TagClassName
{
border-color: #68CDDB;
}
</style>