Shades of Turquoise Blue #6BDCFD
Tints of Turquoise Blue #6BDCFD
RGB
CMYK
RGB Variations
Color information
#6BDCFD (or 0x6BDCFD) is known color: Turquoise Blue. HEX triplet: 6B, DC and FD. RGB value is (107,220,253). Sum of RGB (Red+Green+Blue) = 107+220+253=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCFD is #942302. Grayscale: #BDBDBD. Windows color (decimal): -9708291 or 16637035. OLE color: 16637035.
HSL color Cylindrical-coordinate representation of color #6BDCFD: hue angle of 193.56º 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 #6BDCFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 220 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.56º | 0.97% | 0.71% | - |
| HSV(B) | 193.56º | 0.58% | 0.99% | - |
| XYZ | 49.39 | 61.4 | 102.18 | - |
| YUV | 189.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.56 | 0.97 | 0.71 |
| Hex | 6B | DC | FD | 3A | D | 0 | 1 | C2 | 61 | 47 |
| Octal | 153 | 334 | 375 | 72 | 15 | 0 | 1 | 302 | 141 | 107 |
| Binary | 1101011 | 11011100 | 11111101 | 111010 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000111 |
Color Harmonies of #6BDCFD
Complementary color
Monochromatic Colors of #6BDCFD
Black with #6BDCFD
Text Example
Text Example
White with #6BDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCFD; }
p { color: rgb(107,220,253); }
H1.HeaderClassName
{
color: #6BDCFD;
}
.AnyTagClassName
{
color: #6BDCFD;
}
</style>
background-color css
<style>
a { background-color: #6BDCFD; }
a { background-color: rgb(107,220,253); }
div.DivClassName
{
background-color: #6BDCFD;
}
.BgClassName
{
background-color: #6BDCFD;
}
</style>
border-color css
<style>
span { border-color: #6BDCFD; }
span { border-color: rgb(107,220,253); }
td.TdClassName
{
border-color: #6BDCFD;
}
.TagClassName
{
border-color: #6BDCFD;
}
</style>