Shades of Turquoise Blue #66DFDB
Tints of Turquoise Blue #66DFDB
RGB
CMYK
RGB Variations
Color information
#66DFDB (or 0x66DFDB) is known color: Turquoise Blue. HEX triplet: 66, DF and DB. RGB value is (102,223,219). Sum of RGB (Red+Green+Blue) = 102+223+219=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFDB is #992024. Grayscale: #BABABA. Windows color (decimal): -10035237 or 14409574. OLE color: 14409574.
HSL color Cylindrical-coordinate representation of color #66DFDB: hue angle of 178.02º 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 #66DFDB is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 219 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.13 |
| HSL | 178.02º | 0.65% | 0.64% | - |
| HSV(B) | 178.02º | 0.54% | 0.87% | - |
| XYZ | 44.65 | 60.71 | 76.38 | - |
| YUV | 186.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 219 | 0.54 | 0 | 0.02 | 0.13 | 178.02 | 0.65 | 0.64 |
| Hex | 66 | DF | DB | 36 | 0 | 2 | D | B2 | 41 | 40 |
| Octal | 146 | 337 | 333 | 66 | 0 | 2 | 15 | 262 | 101 | 100 |
| Binary | 1100110 | 11011111 | 11011011 | 110110 | 0 | 10 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #66DFDB
Complementary color
Monochromatic Colors of #66DFDB
Black with #66DFDB
Text Example
Text Example
White with #66DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFDB; }
p { color: rgb(102,223,219); }
H1.HeaderClassName
{
color: #66DFDB;
}
.AnyTagClassName
{
color: #66DFDB;
}
</style>
background-color css
<style>
a { background-color: #66DFDB; }
a { background-color: rgb(102,223,219); }
div.DivClassName
{
background-color: #66DFDB;
}
.BgClassName
{
background-color: #66DFDB;
}
</style>
border-color css
<style>
span { border-color: #66DFDB; }
span { border-color: rgb(102,223,219); }
td.TdClassName
{
border-color: #66DFDB;
}
.TagClassName
{
border-color: #66DFDB;
}
</style>