Shades of Turquoise Blue #66E2FB
Tints of Turquoise Blue #66E2FB
RGB
CMYK
RGB Variations
Color information
#66E2FB (or 0x66E2FB) is known color: Turquoise Blue. HEX triplet: 66, E2 and FB. RGB value is (102,226,251). Sum of RGB (Red+Green+Blue) = 102+226+251=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #66E2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66E2FB is #991D04. Grayscale: #BFBFBF. Windows color (decimal): -10034437 or 16507494. OLE color: 16507494.
HSL color Cylindrical-coordinate representation of color #66E2FB: hue angle of 190.07º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66E2FB is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 226 | 251 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.02 |
| HSL | 190.07º | 0.95% | 0.69% | - |
| HSV(B) | 190.07º | 0.59% | 0.98% | - |
| XYZ | 50.09 | 64.18 | 101.02 | - |
| YUV | 191.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 226 | 251 | 0.59 | 0.10 | 0 | 0.02 | 190.07 | 0.95 | 0.69 |
| Hex | 66 | E2 | FB | 3B | A | 0 | 2 | BE | 5F | 45 |
| Octal | 146 | 342 | 373 | 73 | 12 | 0 | 2 | 276 | 137 | 105 |
| Binary | 1100110 | 11100010 | 11111011 | 111011 | 1010 | 0 | 10 | 10111110 | 1011111 | 1000101 |
Color Harmonies of #66E2FB
Complementary color
Monochromatic Colors of #66E2FB
Black with #66E2FB
Text Example
Text Example
White with #66E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E2FB; }
p { color: rgb(102,226,251); }
H1.HeaderClassName
{
color: #66E2FB;
}
.AnyTagClassName
{
color: #66E2FB;
}
</style>
background-color css
<style>
a { background-color: #66E2FB; }
a { background-color: rgb(102,226,251); }
div.DivClassName
{
background-color: #66E2FB;
}
.BgClassName
{
background-color: #66E2FB;
}
</style>
border-color css
<style>
span { border-color: #66E2FB; }
span { border-color: rgb(102,226,251); }
td.TdClassName
{
border-color: #66E2FB;
}
.TagClassName
{
border-color: #66E2FB;
}
</style>