Shades of Turquoise Blue #66F0E6
Tints of Turquoise Blue #66F0E6
RGB
CMYK
RGB Variations
Color information
#66F0E6 (or 0x66F0E6) is known color: Turquoise Blue. HEX triplet: 66, F0 and E6. RGB value is (102,240,230). Sum of RGB (Red+Green+Blue) = 102+240+230=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F0E6 is #990F19. Grayscale: #C5C5C5. Windows color (decimal): -10030874 or 15134822. OLE color: 15134822.
HSL color Cylindrical-coordinate representation of color #66F0E6: hue angle of 175.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0E6 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 230 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.06 |
| HSL | 175.65º | 0.82% | 0.67% | - |
| HSV(B) | 175.65º | 0.58% | 0.94% | - |
| XYZ | 50.92 | 70.86 | 85.86 | - |
| YUV | 197.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 230 | 0.58 | 0 | 0.04 | 0.06 | 175.65 | 0.82 | 0.67 |
| Hex | 66 | F0 | E6 | 3A | 0 | 4 | 6 | B0 | 52 | 43 |
| Octal | 146 | 360 | 346 | 72 | 0 | 4 | 6 | 260 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11100110 | 111010 | 0 | 100 | 110 | 10110000 | 1010010 | 1000011 |
Color Harmonies of #66F0E6
Complementary color
Monochromatic Colors of #66F0E6
Black with #66F0E6
Text Example
Text Example
White with #66F0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0E6; }
p { color: rgb(102,240,230); }
H1.HeaderClassName
{
color: #66F0E6;
}
.AnyTagClassName
{
color: #66F0E6;
}
</style>
background-color css
<style>
a { background-color: #66F0E6; }
a { background-color: rgb(102,240,230); }
div.DivClassName
{
background-color: #66F0E6;
}
.BgClassName
{
background-color: #66F0E6;
}
</style>
border-color css
<style>
span { border-color: #66F0E6; }
span { border-color: rgb(102,240,230); }
td.TdClassName
{
border-color: #66F0E6;
}
.TagClassName
{
border-color: #66F0E6;
}
</style>