Shades of Turquoise Blue #66DBFD
Tints of Turquoise Blue #66DBFD
RGB
CMYK
RGB Variations
Color information
#66DBFD (or 0x66DBFD) is known color: Turquoise Blue. HEX triplet: 66, DB and FD. RGB value is (102,219,253). Sum of RGB (Red+Green+Blue) = 102+219+253=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #66DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBFD is #992402. Grayscale: #BBBBBB. Windows color (decimal): -10036227 or 16636774. OLE color: 16636774.
HSL color Cylindrical-coordinate representation of color #66DBFD: hue angle of 193.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DBFD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 219 | 253 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.01 |
| HSL | 193.51º | 0.97% | 0.7% | - |
| HSV(B) | 193.51º | 0.6% | 0.99% | - |
| XYZ | 48.54 | 60.58 | 102.06 | - |
| YUV | 187.89 | 164.74 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 253 | 0.60 | 0.13 | 0 | 0.01 | 193.51 | 0.97 | 0.7 |
| Hex | 66 | DB | FD | 3C | D | 0 | 1 | C2 | 61 | 46 |
| Octal | 146 | 333 | 375 | 74 | 15 | 0 | 1 | 302 | 141 | 106 |
| Binary | 1100110 | 11011011 | 11111101 | 111100 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000110 |
Color Harmonies of #66DBFD
Complementary color
Monochromatic Colors of #66DBFD
Black with #66DBFD
Text Example
Text Example
White with #66DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBFD; }
p { color: rgb(102,219,253); }
H1.HeaderClassName
{
color: #66DBFD;
}
.AnyTagClassName
{
color: #66DBFD;
}
</style>
background-color css
<style>
a { background-color: #66DBFD; }
a { background-color: rgb(102,219,253); }
div.DivClassName
{
background-color: #66DBFD;
}
.BgClassName
{
background-color: #66DBFD;
}
</style>
border-color css
<style>
span { border-color: #66DBFD; }
span { border-color: rgb(102,219,253); }
td.TdClassName
{
border-color: #66DBFD;
}
.TagClassName
{
border-color: #66DBFD;
}
</style>