Shades of Turquoise Blue #6FDBFB
Tints of Turquoise Blue #6FDBFB
RGB
CMYK
RGB Variations
Color information
#6FDBFB (or 0x6FDBFB) is known color: Turquoise Blue. HEX triplet: 6F, DB and FB. RGB value is (111,219,251). Sum of RGB (Red+Green+Blue) = 111+219+251=581 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.10% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #6FDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBFB is #902404. Grayscale: #BEBEBE. Windows color (decimal): -9446405 or 16505711. OLE color: 16505711.
HSL color Cylindrical-coordinate representation of color #6FDBFB: hue angle of 193.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 #6FDBFB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 219 | 251 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.02 |
| HSL | 193.71º | 0.95% | 0.71% | - |
| HSV(B) | 193.71º | 0.56% | 0.98% | - |
| XYZ | 49.3 | 61.01 | 100.44 | - |
| YUV | 190.36 | 162.22 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 251 | 0.56 | 0.13 | 0 | 0.02 | 193.71 | 0.95 | 0.71 |
| Hex | 6F | DB | FB | 38 | D | 0 | 2 | C2 | 5F | 47 |
| Octal | 157 | 333 | 373 | 70 | 15 | 0 | 2 | 302 | 137 | 107 |
| Binary | 1101111 | 11011011 | 11111011 | 111000 | 1101 | 0 | 10 | 11000010 | 1011111 | 1000111 |
Color Harmonies of #6FDBFB
Complementary color
Monochromatic Colors of #6FDBFB
Black with #6FDBFB
Text Example
Text Example
White with #6FDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBFB; }
p { color: rgb(111,219,251); }
H1.HeaderClassName
{
color: #6FDBFB;
}
.AnyTagClassName
{
color: #6FDBFB;
}
</style>
background-color css
<style>
a { background-color: #6FDBFB; }
a { background-color: rgb(111,219,251); }
div.DivClassName
{
background-color: #6FDBFB;
}
.BgClassName
{
background-color: #6FDBFB;
}
</style>
border-color css
<style>
span { border-color: #6FDBFB; }
span { border-color: rgb(111,219,251); }
td.TdClassName
{
border-color: #6FDBFB;
}
.TagClassName
{
border-color: #6FDBFB;
}
</style>