Shades of Turquoise Blue #66D8DF
Tints of Turquoise Blue #66D8DF
RGB
CMYK
RGB Variations
Color information
#66D8DF (or 0x66D8DF) is known color: Turquoise Blue. HEX triplet: 66, D8 and DF. RGB value is (102,216,223). Sum of RGB (Red+Green+Blue) = 102+216+223=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #66D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8DF is #992720. Grayscale: #B6B6B6. Windows color (decimal): -10037025 or 14669926. OLE color: 14669926.
HSL color Cylindrical-coordinate representation of color #66D8DF: hue angle of 183.47º 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 #66D8DF is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 216 | 223 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.13 |
| HSL | 183.47º | 0.65% | 0.64% | - |
| HSV(B) | 183.47º | 0.54% | 0.87% | - |
| XYZ | 43.35 | 57.26 | 78.58 | - |
| YUV | 182.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 223 | 0.54 | 0.03 | 0 | 0.13 | 183.47 | 0.65 | 0.64 |
| Hex | 66 | D8 | DF | 36 | 3 | 0 | D | B7 | 41 | 40 |
| Octal | 146 | 330 | 337 | 66 | 3 | 0 | 15 | 267 | 101 | 100 |
| Binary | 1100110 | 11011000 | 11011111 | 110110 | 11 | 0 | 1101 | 10110111 | 1000001 | 1000000 |
Color Harmonies of #66D8DF
Complementary color
Monochromatic Colors of #66D8DF
Black with #66D8DF
Text Example
Text Example
White with #66D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D8DF; }
p { color: rgb(102,216,223); }
H1.HeaderClassName
{
color: #66D8DF;
}
.AnyTagClassName
{
color: #66D8DF;
}
</style>
background-color css
<style>
a { background-color: #66D8DF; }
a { background-color: rgb(102,216,223); }
div.DivClassName
{
background-color: #66D8DF;
}
.BgClassName
{
background-color: #66D8DF;
}
</style>
border-color css
<style>
span { border-color: #66D8DF; }
span { border-color: rgb(102,216,223); }
td.TdClassName
{
border-color: #66D8DF;
}
.TagClassName
{
border-color: #66D8DF;
}
</style>