Shades of Turquoise Blue #66D5DF
Tints of Turquoise Blue #66D5DF
RGB
CMYK
RGB Variations
Color information
#66D5DF (or 0x66D5DF) is known color: Turquoise Blue. HEX triplet: 66, D5 and DF. RGB value is (102,213,223). Sum of RGB (Red+Green+Blue) = 102+213+223=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #66D5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D5DF is #992A20. Grayscale: #B4B4B4. Windows color (decimal): -10037793 or 14669158. OLE color: 14669158.
HSL color Cylindrical-coordinate representation of color #66D5DF: hue angle of 184.96º 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 #66D5DF is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 213 | 223 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.13 |
| HSL | 184.96º | 0.65% | 0.64% | - |
| HSV(B) | 184.96º | 0.54% | 0.87% | - |
| XYZ | 42.59 | 55.74 | 78.33 | - |
| YUV | 180.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 223 | 0.54 | 0.04 | 0 | 0.13 | 184.96 | 0.65 | 0.64 |
| Hex | 66 | D5 | DF | 36 | 4 | 0 | D | B9 | 41 | 40 |
| Octal | 146 | 325 | 337 | 66 | 4 | 0 | 15 | 271 | 101 | 100 |
| Binary | 1100110 | 11010101 | 11011111 | 110110 | 100 | 0 | 1101 | 10111001 | 1000001 | 1000000 |
Color Harmonies of #66D5DF
Complementary color
Monochromatic Colors of #66D5DF
Black with #66D5DF
Text Example
Text Example
White with #66D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5DF; }
p { color: rgb(102,213,223); }
H1.HeaderClassName
{
color: #66D5DF;
}
.AnyTagClassName
{
color: #66D5DF;
}
</style>
background-color css
<style>
a { background-color: #66D5DF; }
a { background-color: rgb(102,213,223); }
div.DivClassName
{
background-color: #66D5DF;
}
.BgClassName
{
background-color: #66D5DF;
}
</style>
border-color css
<style>
span { border-color: #66D5DF; }
span { border-color: rgb(102,213,223); }
td.TdClassName
{
border-color: #66D5DF;
}
.TagClassName
{
border-color: #66D5DF;
}
</style>