Shades of Turquoise Blue #66DBDF
Tints of Turquoise Blue #66DBDF
RGB
CMYK
RGB Variations
Color information
#66DBDF (or 0x66DBDF) is known color: Turquoise Blue. HEX triplet: 66, DB and DF. RGB value is (102,219,223). Sum of RGB (Red+Green+Blue) = 102+219+223=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #66DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBDF is #992420. Grayscale: #B8B8B8. Windows color (decimal): -10036257 or 14670694. OLE color: 14670694.
HSL color Cylindrical-coordinate representation of color #66DBDF: hue angle of 181.98º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DBDF is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 219 | 223 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.13 |
| HSL | 181.98º | 0.65% | 0.64% | - |
| HSV(B) | 181.98º | 0.54% | 0.87% | - |
| XYZ | 44.13 | 58.82 | 78.84 | - |
| YUV | 184.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 223 | 0.54 | 0.02 | 0 | 0.13 | 181.98 | 0.65 | 0.64 |
| Hex | 66 | DB | DF | 36 | 2 | 0 | D | B6 | 41 | 40 |
| Octal | 146 | 333 | 337 | 66 | 2 | 0 | 15 | 266 | 101 | 100 |
| Binary | 1100110 | 11011011 | 11011111 | 110110 | 10 | 0 | 1101 | 10110110 | 1000001 | 1000000 |
Color Harmonies of #66DBDF
Complementary color
Monochromatic Colors of #66DBDF
Black with #66DBDF
Text Example
Text Example
White with #66DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBDF; }
p { color: rgb(102,219,223); }
H1.HeaderClassName
{
color: #66DBDF;
}
.AnyTagClassName
{
color: #66DBDF;
}
</style>
background-color css
<style>
a { background-color: #66DBDF; }
a { background-color: rgb(102,219,223); }
div.DivClassName
{
background-color: #66DBDF;
}
.BgClassName
{
background-color: #66DBDF;
}
</style>
border-color css
<style>
span { border-color: #66DBDF; }
span { border-color: rgb(102,219,223); }
td.TdClassName
{
border-color: #66DBDF;
}
.TagClassName
{
border-color: #66DBDF;
}
</style>