Shades of Turquoise Blue #66DFDA
Tints of Turquoise Blue #66DFDA
RGB
CMYK
RGB Variations
Color information
#66DFDA (or 0x66DFDA) is known color: Turquoise Blue. HEX triplet: 66, DF and DA. RGB value is (102,223,218). Sum of RGB (Red+Green+Blue) = 102+223+218=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #66DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DFDA is #992025. Grayscale: #BABABA. Windows color (decimal): -10035238 or 14344038. OLE color: 14344038.
HSL color Cylindrical-coordinate representation of color #66DFDA: hue angle of 177.52º 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 #66DFDA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 223 | 218 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.13 |
| HSL | 177.52º | 0.65% | 0.64% | - |
| HSV(B) | 177.52º | 0.54% | 0.87% | - |
| XYZ | 44.52 | 60.66 | 75.69 | - |
| YUV | 186.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 223 | 218 | 0.54 | 0 | 0.02 | 0.13 | 177.52 | 0.65 | 0.64 |
| Hex | 66 | DF | DA | 36 | 0 | 2 | D | B2 | 41 | 40 |
| Octal | 146 | 337 | 332 | 66 | 0 | 2 | 15 | 262 | 101 | 100 |
| Binary | 1100110 | 11011111 | 11011010 | 110110 | 0 | 10 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #66DFDA
Complementary color
Monochromatic Colors of #66DFDA
Black with #66DFDA
Text Example
Text Example
White with #66DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DFDA; }
p { color: rgb(102,223,218); }
H1.HeaderClassName
{
color: #66DFDA;
}
.AnyTagClassName
{
color: #66DFDA;
}
</style>
background-color css
<style>
a { background-color: #66DFDA; }
a { background-color: rgb(102,223,218); }
div.DivClassName
{
background-color: #66DFDA;
}
.BgClassName
{
background-color: #66DFDA;
}
</style>
border-color css
<style>
span { border-color: #66DFDA; }
span { border-color: rgb(102,223,218); }
td.TdClassName
{
border-color: #66DFDA;
}
.TagClassName
{
border-color: #66DFDA;
}
</style>