Shades of Turquoise Blue #66DBFC
Tints of Turquoise Blue #66DBFC
RGB
CMYK
RGB Variations
Color information
#66DBFC (or 0x66DBFC) is known color: Turquoise Blue. HEX triplet: 66, DB and FC. RGB value is (102,219,252). Sum of RGB (Red+Green+Blue) = 102+219+252=573 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.80% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #66DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFC is #992403. Grayscale: #BBBBBB. Windows color (decimal): -10036228 or 16571238. OLE color: 16571238.
HSL color Cylindrical-coordinate representation of color #66DBFC: hue angle of 193.2º 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 #66DBFC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 219 | 252 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.2º | 0.96% | 0.69% | - |
| HSV(B) | 193.2º | 0.6% | 0.99% | - |
| XYZ | 48.38 | 60.52 | 101.23 | - |
| YUV | 187.78 | 164.24 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 252 | 0.60 | 0.13 | 0 | 0.01 | 193.2 | 0.96 | 0.69 |
| Hex | 66 | DB | FC | 3C | D | 0 | 1 | C1 | 60 | 45 |
| Octal | 146 | 333 | 374 | 74 | 15 | 0 | 1 | 301 | 140 | 105 |
| Binary | 1100110 | 11011011 | 11111100 | 111100 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000101 |
Color Harmonies of #66DBFC
Complementary color
Monochromatic Colors of #66DBFC
Black with #66DBFC
Text Example
Text Example
White with #66DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBFC; }
p { color: rgb(102,219,252); }
H1.HeaderClassName
{
color: #66DBFC;
}
.AnyTagClassName
{
color: #66DBFC;
}
</style>
background-color css
<style>
a { background-color: #66DBFC; }
a { background-color: rgb(102,219,252); }
div.DivClassName
{
background-color: #66DBFC;
}
.BgClassName
{
background-color: #66DBFC;
}
</style>
border-color css
<style>
span { border-color: #66DBFC; }
span { border-color: rgb(102,219,252); }
td.TdClassName
{
border-color: #66DBFC;
}
.TagClassName
{
border-color: #66DBFC;
}
</style>