Shades of Turquoise Blue #6BDBFC
Tints of Turquoise Blue #6BDBFC
RGB
CMYK
RGB Variations
Color information
#6BDBFC (or 0x6BDBFC) is known color: Turquoise Blue. HEX triplet: 6B, DB and FC. RGB value is (107,219,252). Sum of RGB (Red+Green+Blue) = 107+219+252=578 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.51% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBFC is #942403. Grayscale: #BDBDBD. Windows color (decimal): -9708548 or 16571243. OLE color: 16571243.
HSL color Cylindrical-coordinate representation of color #6BDBFC: hue angle of 193.66º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDBFC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 219 | 252 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.66º | 0.96% | 0.7% | - |
| HSV(B) | 193.66º | 0.58% | 0.99% | - |
| XYZ | 48.97 | 60.82 | 101.25 | - |
| YUV | 189.27 | 163.39 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 252 | 0.58 | 0.13 | 0 | 0.01 | 193.66 | 0.96 | 0.7 |
| Hex | 6B | DB | FC | 3A | D | 0 | 1 | C2 | 60 | 46 |
| Octal | 153 | 333 | 374 | 72 | 15 | 0 | 1 | 302 | 140 | 106 |
| Binary | 1101011 | 11011011 | 11111100 | 111010 | 1101 | 0 | 1 | 11000010 | 1100000 | 1000110 |
Color Harmonies of #6BDBFC
Complementary color
Monochromatic Colors of #6BDBFC
Black with #6BDBFC
Text Example
Text Example
White with #6BDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBFC; }
p { color: rgb(107,219,252); }
H1.HeaderClassName
{
color: #6BDBFC;
}
.AnyTagClassName
{
color: #6BDBFC;
}
</style>
background-color css
<style>
a { background-color: #6BDBFC; }
a { background-color: rgb(107,219,252); }
div.DivClassName
{
background-color: #6BDBFC;
}
.BgClassName
{
background-color: #6BDBFC;
}
</style>
border-color css
<style>
span { border-color: #6BDBFC; }
span { border-color: rgb(107,219,252); }
td.TdClassName
{
border-color: #6BDBFC;
}
.TagClassName
{
border-color: #6BDBFC;
}
</style>