Shades of Turquoise Blue #66DEFD
Tints of Turquoise Blue #66DEFD
RGB
CMYK
RGB Variations
Color information
#66DEFD (or 0x66DEFD) is known color: Turquoise Blue. HEX triplet: 66, DE and FD. RGB value is (102,222,253). Sum of RGB (Red+Green+Blue) = 102+222+253=577 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.68% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #66DEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEFD is #992102. Grayscale: #BDBDBD. Windows color (decimal): -10035459 or 16637542. OLE color: 16637542.
HSL color Cylindrical-coordinate representation of color #66DEFD: hue angle of 192.32º 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 #66DEFD is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 222 | 253 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.01 |
| HSL | 192.32º | 0.97% | 0.7% | - |
| HSV(B) | 192.32º | 0.6% | 0.99% | - |
| XYZ | 49.33 | 62.16 | 102.33 | - |
| YUV | 189.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 253 | 0.60 | 0.12 | 0 | 0.01 | 192.32 | 0.97 | 0.7 |
| Hex | 66 | DE | FD | 3C | C | 0 | 1 | C0 | 61 | 46 |
| Octal | 146 | 336 | 375 | 74 | 14 | 0 | 1 | 300 | 141 | 106 |
| Binary | 1100110 | 11011110 | 11111101 | 111100 | 1100 | 0 | 1 | 11000000 | 1100001 | 1000110 |
Color Harmonies of #66DEFD
Complementary color
Monochromatic Colors of #66DEFD
Black with #66DEFD
Text Example
Text Example
White with #66DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEFD; }
p { color: rgb(102,222,253); }
H1.HeaderClassName
{
color: #66DEFD;
}
.AnyTagClassName
{
color: #66DEFD;
}
</style>
background-color css
<style>
a { background-color: #66DEFD; }
a { background-color: rgb(102,222,253); }
div.DivClassName
{
background-color: #66DEFD;
}
.BgClassName
{
background-color: #66DEFD;
}
</style>
border-color css
<style>
span { border-color: #66DEFD; }
span { border-color: rgb(102,222,253); }
td.TdClassName
{
border-color: #66DEFD;
}
.TagClassName
{
border-color: #66DEFD;
}
</style>