Shades of Turquoise Blue #6FE2FB
Tints of Turquoise Blue #6FE2FB
RGB
CMYK
RGB Variations
Color information
#6FE2FB (or 0x6FE2FB) is known color: Turquoise Blue. HEX triplet: 6F, E2 and FB. RGB value is (111,226,251). Sum of RGB (Red+Green+Blue) = 111+226+251=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FE2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE2FB is #901D04. Grayscale: #C2C2C2. Windows color (decimal): -9444613 or 16507503. OLE color: 16507503.
HSL color Cylindrical-coordinate representation of color #6FE2FB: hue angle of 190.71º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE2FB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 226 | 251 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.02 |
| HSL | 190.71º | 0.95% | 0.71% | - |
| HSV(B) | 190.71º | 0.56% | 0.98% | - |
| XYZ | 51.16 | 64.74 | 101.07 | - |
| YUV | 194.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 251 | 0.56 | 0.10 | 0 | 0.02 | 190.71 | 0.95 | 0.71 |
| Hex | 6F | E2 | FB | 38 | A | 0 | 2 | BF | 5F | 47 |
| Octal | 157 | 342 | 373 | 70 | 12 | 0 | 2 | 277 | 137 | 107 |
| Binary | 1101111 | 11100010 | 11111011 | 111000 | 1010 | 0 | 10 | 10111111 | 1011111 | 1000111 |
Color Harmonies of #6FE2FB
Complementary color
Monochromatic Colors of #6FE2FB
Black with #6FE2FB
Text Example
Text Example
White with #6FE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2FB; }
p { color: rgb(111,226,251); }
H1.HeaderClassName
{
color: #6FE2FB;
}
.AnyTagClassName
{
color: #6FE2FB;
}
</style>
background-color css
<style>
a { background-color: #6FE2FB; }
a { background-color: rgb(111,226,251); }
div.DivClassName
{
background-color: #6FE2FB;
}
.BgClassName
{
background-color: #6FE2FB;
}
</style>
border-color css
<style>
span { border-color: #6FE2FB; }
span { border-color: rgb(111,226,251); }
td.TdClassName
{
border-color: #6FE2FB;
}
.TagClassName
{
border-color: #6FE2FB;
}
</style>