Shades of Turquoise Blue #66E2DF
Tints of Turquoise Blue #66E2DF
RGB
CMYK
RGB Variations
Color information
#66E2DF (or 0x66E2DF) is known color: Turquoise Blue. HEX triplet: 66, E2 and DF. RGB value is (102,226,223). Sum of RGB (Red+Green+Blue) = 102+226+223=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #66E2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E2DF is #991D20. Grayscale: #BCBCBC. Windows color (decimal): -10034465 or 14672486. OLE color: 14672486.
HSL color Cylindrical-coordinate representation of color #66E2DF: hue angle of 178.55º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E2DF is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 226 | 223 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.11 |
| HSL | 178.55º | 0.68% | 0.64% | - |
| HSV(B) | 178.55º | 0.55% | 0.89% | - |
| XYZ | 46 | 62.55 | 79.46 | - |
| YUV | 188.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 223 | 0.55 | 0 | 0.01 | 0.11 | 178.55 | 0.68 | 0.64 |
| Hex | 66 | E2 | DF | 37 | 0 | 1 | B | B3 | 44 | 40 |
| Octal | 146 | 342 | 337 | 67 | 0 | 1 | 13 | 263 | 104 | 100 |
| Binary | 1100110 | 11100010 | 11011111 | 110111 | 0 | 1 | 1011 | 10110011 | 1000100 | 1000000 |
Color Harmonies of #66E2DF
Complementary color
Monochromatic Colors of #66E2DF
Black with #66E2DF
Text Example
Text Example
White with #66E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2DF; }
p { color: rgb(102,226,223); }
H1.HeaderClassName
{
color: #66E2DF;
}
.AnyTagClassName
{
color: #66E2DF;
}
</style>
background-color css
<style>
a { background-color: #66E2DF; }
a { background-color: rgb(102,226,223); }
div.DivClassName
{
background-color: #66E2DF;
}
.BgClassName
{
background-color: #66E2DF;
}
</style>
border-color css
<style>
span { border-color: #66E2DF; }
span { border-color: rgb(102,226,223); }
td.TdClassName
{
border-color: #66E2DF;
}
.TagClassName
{
border-color: #66E2DF;
}
</style>