Shades of Turquoise Blue #6BDBFB
Tints of Turquoise Blue #6BDBFB
RGB
CMYK
RGB Variations
Color information
#6BDBFB (or 0x6BDBFB) is known color: Turquoise Blue. HEX triplet: 6B, DB and FB. RGB value is (107,219,251). Sum of RGB (Red+Green+Blue) = 107+219+251=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBFB is #942404. Grayscale: #BCBCBC. Windows color (decimal): -9708549 or 16505707. OLE color: 16505707.
HSL color Cylindrical-coordinate representation of color #6BDBFB: hue angle of 193.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BDBFB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 219 | 251 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.02 |
| HSL | 193.33º | 0.95% | 0.7% | - |
| HSV(B) | 193.33º | 0.57% | 0.98% | - |
| XYZ | 48.81 | 60.75 | 100.42 | - |
| YUV | 189.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 251 | 0.57 | 0.13 | 0 | 0.02 | 193.33 | 0.95 | 0.7 |
| Hex | 6B | DB | FB | 39 | D | 0 | 2 | C1 | 5F | 46 |
| Octal | 153 | 333 | 373 | 71 | 15 | 0 | 2 | 301 | 137 | 106 |
| Binary | 1101011 | 11011011 | 11111011 | 111001 | 1101 | 0 | 10 | 11000001 | 1011111 | 1000110 |
Color Harmonies of #6BDBFB
Complementary color
Monochromatic Colors of #6BDBFB
Black with #6BDBFB
Text Example
Text Example
White with #6BDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBFB; }
p { color: rgb(107,219,251); }
H1.HeaderClassName
{
color: #6BDBFB;
}
.AnyTagClassName
{
color: #6BDBFB;
}
</style>
background-color css
<style>
a { background-color: #6BDBFB; }
a { background-color: rgb(107,219,251); }
div.DivClassName
{
background-color: #6BDBFB;
}
.BgClassName
{
background-color: #6BDBFB;
}
</style>
border-color css
<style>
span { border-color: #6BDBFB; }
span { border-color: rgb(107,219,251); }
td.TdClassName
{
border-color: #6BDBFB;
}
.TagClassName
{
border-color: #6BDBFB;
}
</style>