Shades of Turquoise Blue #66CCDF
Tints of Turquoise Blue #66CCDF
RGB
CMYK
RGB Variations
Color information
#66CCDF (or 0x66CCDF) is known color: Turquoise Blue. HEX triplet: 66, CC and DF. RGB value is (102,204,223). Sum of RGB (Red+Green+Blue) = 102+204+223=529 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.28% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #66CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCDF is #993320. Grayscale: #AFAFAF. Windows color (decimal): -10040097 or 14666854. OLE color: 14666854.
HSL color Cylindrical-coordinate representation of color #66CCDF: hue angle of 189.42º 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 #66CCDF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 204 | 223 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.13 |
| HSL | 189.42º | 0.65% | 0.64% | - |
| HSV(B) | 189.42º | 0.54% | 0.87% | - |
| XYZ | 40.39 | 51.34 | 77.59 | - |
| YUV | 175.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 223 | 0.54 | 0.09 | 0 | 0.13 | 189.42 | 0.65 | 0.64 |
| Hex | 66 | CC | DF | 36 | 9 | 0 | D | BD | 41 | 40 |
| Octal | 146 | 314 | 337 | 66 | 11 | 0 | 15 | 275 | 101 | 100 |
| Binary | 1100110 | 11001100 | 11011111 | 110110 | 1001 | 0 | 1101 | 10111101 | 1000001 | 1000000 |
Color Harmonies of #66CCDF
Complementary color
Monochromatic Colors of #66CCDF
Black with #66CCDF
Text Example
Text Example
White with #66CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCDF; }
p { color: rgb(102,204,223); }
H1.HeaderClassName
{
color: #66CCDF;
}
.AnyTagClassName
{
color: #66CCDF;
}
</style>
background-color css
<style>
a { background-color: #66CCDF; }
a { background-color: rgb(102,204,223); }
div.DivClassName
{
background-color: #66CCDF;
}
.BgClassName
{
background-color: #66CCDF;
}
</style>
border-color css
<style>
span { border-color: #66CCDF; }
span { border-color: rgb(102,204,223); }
td.TdClassName
{
border-color: #66CCDF;
}
.TagClassName
{
border-color: #66CCDF;
}
</style>