Shades of Turquoise Blue #6BDBFD
Tints of Turquoise Blue #6BDBFD
RGB
CMYK
RGB Variations
Color information
#6BDBFD (or 0x6BDBFD) is known color: Turquoise Blue. HEX triplet: 6B, DB and FD. RGB value is (107,219,253). Sum of RGB (Red+Green+Blue) = 107+219+253=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDBFD is #942402. Grayscale: #BDBDBD. Windows color (decimal): -9708547 or 16636779. OLE color: 16636779.
HSL color Cylindrical-coordinate representation of color #6BDBFD: hue angle of 193.97º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDBFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 219 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.97º | 0.97% | 0.71% | - |
| HSV(B) | 193.97º | 0.58% | 0.99% | - |
| XYZ | 49.12 | 60.88 | 102.09 | - |
| YUV | 189.39 | 163.89 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.97 | 0.97 | 0.71 |
| Hex | 6B | DB | FD | 3A | D | 0 | 1 | C2 | 61 | 47 |
| Octal | 153 | 333 | 375 | 72 | 15 | 0 | 1 | 302 | 141 | 107 |
| Binary | 1101011 | 11011011 | 11111101 | 111010 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000111 |
Color Harmonies of #6BDBFD
Complementary color
Monochromatic Colors of #6BDBFD
Black with #6BDBFD
Text Example
Text Example
White with #6BDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDBFD; }
p { color: rgb(107,219,253); }
H1.HeaderClassName
{
color: #6BDBFD;
}
.AnyTagClassName
{
color: #6BDBFD;
}
</style>
background-color css
<style>
a { background-color: #6BDBFD; }
a { background-color: rgb(107,219,253); }
div.DivClassName
{
background-color: #6BDBFD;
}
.BgClassName
{
background-color: #6BDBFD;
}
</style>
border-color css
<style>
span { border-color: #6BDBFD; }
span { border-color: rgb(107,219,253); }
td.TdClassName
{
border-color: #6BDBFD;
}
.TagClassName
{
border-color: #6BDBFD;
}
</style>