Shades of Turquoise Blue #66DCDF
Tints of Turquoise Blue #66DCDF
RGB
CMYK
RGB Variations
Color information
#66DCDF (or 0x66DCDF) is known color: Turquoise Blue. HEX triplet: 66, DC and DF. RGB value is (102,220,223). Sum of RGB (Red+Green+Blue) = 102+220+223=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #66DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCDF is #992320. Grayscale: #B8B8B8. Windows color (decimal): -10036001 or 14670950. OLE color: 14670950.
HSL color Cylindrical-coordinate representation of color #66DCDF: hue angle of 181.49º 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 #66DCDF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 220 | 223 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.13 |
| HSL | 181.49º | 0.65% | 0.64% | - |
| HSV(B) | 181.49º | 0.54% | 0.87% | - |
| XYZ | 44.39 | 59.34 | 78.93 | - |
| YUV | 185.06 | 149.41 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 223 | 0.54 | 0.01 | 0 | 0.13 | 181.49 | 0.65 | 0.64 |
| Hex | 66 | DC | DF | 36 | 1 | 0 | D | B5 | 41 | 40 |
| Octal | 146 | 334 | 337 | 66 | 1 | 0 | 15 | 265 | 101 | 100 |
| Binary | 1100110 | 11011100 | 11011111 | 110110 | 1 | 0 | 1101 | 10110101 | 1000001 | 1000000 |
Color Harmonies of #66DCDF
Complementary color
Monochromatic Colors of #66DCDF
Black with #66DCDF
Text Example
Text Example
White with #66DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCDF; }
p { color: rgb(102,220,223); }
H1.HeaderClassName
{
color: #66DCDF;
}
.AnyTagClassName
{
color: #66DCDF;
}
</style>
background-color css
<style>
a { background-color: #66DCDF; }
a { background-color: rgb(102,220,223); }
div.DivClassName
{
background-color: #66DCDF;
}
.BgClassName
{
background-color: #66DCDF;
}
</style>
border-color css
<style>
span { border-color: #66DCDF; }
span { border-color: rgb(102,220,223); }
td.TdClassName
{
border-color: #66DCDF;
}
.TagClassName
{
border-color: #66DCDF;
}
</style>