Shades of Turquoise Blue #66EFE7
Tints of Turquoise Blue #66EFE7
RGB
CMYK
RGB Variations
Color information
#66EFE7 (or 0x66EFE7) is known color: Turquoise Blue. HEX triplet: 66, EF and E7. RGB value is (102,239,231). Sum of RGB (Red+Green+Blue) = 102+239+231=572 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.83% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFE7 is #991018. Grayscale: #C5C5C5. Windows color (decimal): -10031129 or 15200102. OLE color: 15200102.
HSL color Cylindrical-coordinate representation of color #66EFE7: hue angle of 176.5º degrees, saturation: 0.81, 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 #66EFE7 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 231 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.06 |
| HSL | 176.5º | 0.81% | 0.67% | - |
| HSV(B) | 176.5º | 0.57% | 0.94% | - |
| XYZ | 50.77 | 70.33 | 86.5 | - |
| YUV | 197.13 | 147.11 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 231 | 0.57 | 0 | 0.03 | 0.06 | 176.5 | 0.81 | 0.67 |
| Hex | 66 | EF | E7 | 39 | 0 | 3 | 6 | B0 | 51 | 43 |
| Octal | 146 | 357 | 347 | 71 | 0 | 3 | 6 | 260 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11100111 | 111001 | 0 | 11 | 110 | 10110000 | 1010001 | 1000011 |
Color Harmonies of #66EFE7
Complementary color
Monochromatic Colors of #66EFE7
Black with #66EFE7
Text Example
Text Example
White with #66EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFE7; }
p { color: rgb(102,239,231); }
H1.HeaderClassName
{
color: #66EFE7;
}
.AnyTagClassName
{
color: #66EFE7;
}
</style>
background-color css
<style>
a { background-color: #66EFE7; }
a { background-color: rgb(102,239,231); }
div.DivClassName
{
background-color: #66EFE7;
}
.BgClassName
{
background-color: #66EFE7;
}
</style>
border-color css
<style>
span { border-color: #66EFE7; }
span { border-color: rgb(102,239,231); }
td.TdClassName
{
border-color: #66EFE7;
}
.TagClassName
{
border-color: #66EFE7;
}
</style>