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