Shades of Turquoise Blue #66DCFC
Tints of Turquoise Blue #66DCFC
RGB
CMYK
RGB Variations
Color information
#66DCFC (or 0x66DCFC) is known color: Turquoise Blue. HEX triplet: 66, DC and FC. RGB value is (102,220,252). Sum of RGB (Red+Green+Blue) = 102+220+252=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #66DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCFC is #992303. Grayscale: #BCBCBC. Windows color (decimal): -10035972 or 16571494. OLE color: 16571494.
HSL color Cylindrical-coordinate representation of color #66DCFC: hue angle of 192.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DCFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 220 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 192.8º | 0.96% | 0.69% | - |
| HSV(B) | 192.8º | 0.6% | 0.99% | - |
| XYZ | 48.64 | 61.04 | 101.31 | - |
| YUV | 188.37 | 163.91 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 252 | 0.60 | 0.13 | 0 | 0.01 | 192.8 | 0.96 | 0.69 |
| Hex | 66 | DC | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 146 | 334 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100110 | 11011100 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #66DCFC
Complementary color
Monochromatic Colors of #66DCFC
Black with #66DCFC
Text Example
Text Example
White with #66DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DCFC; }
p { color: rgb(102,220,252); }
H1.HeaderClassName
{
color: #66DCFC;
}
.AnyTagClassName
{
color: #66DCFC;
}
</style>
background-color css
<style>
a { background-color: #66DCFC; }
a { background-color: rgb(102,220,252); }
div.DivClassName
{
background-color: #66DCFC;
}
.BgClassName
{
background-color: #66DCFC;
}
</style>
border-color css
<style>
span { border-color: #66DCFC; }
span { border-color: rgb(102,220,252); }
td.TdClassName
{
border-color: #66DCFC;
}
.TagClassName
{
border-color: #66DCFC;
}
</style>