Shades of Turquoise Blue #6BDCFE
Tints of Turquoise Blue #6BDCFE
RGB
CMYK
RGB Variations
Color information
#6BDCFE (or 0x6BDCFE) is known color: Turquoise Blue. HEX triplet: 6B, DC and FE. RGB value is (107,220,254). Sum of RGB (Red+Green+Blue) = 107+220+254=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCFE is #942301. Grayscale: #BDBDBD. Windows color (decimal): -9708290 or 16702571. OLE color: 16702571.
HSL color Cylindrical-coordinate representation of color #6BDCFE: hue angle of 193.88º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDCFE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 220 | 254 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.00 |
| HSL | 193.88º | 0.99% | 0.71% | - |
| HSV(B) | 193.88º | 0.58% | 1% | - |
| XYZ | 49.55 | 61.47 | 103.02 | - |
| YUV | 190.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 254 | 0.58 | 0.13 | 0 | 0.00 | 193.88 | 0.99 | 0.71 |
| Hex | 6B | DC | FE | 3A | D | 0 | 0 | C2 | 63 | 47 |
| Octal | 153 | 334 | 376 | 72 | 15 | 0 | 0 | 302 | 143 | 107 |
| Binary | 1101011 | 11011100 | 11111110 | 111010 | 1101 | 0 | 0 | 11000010 | 1100011 | 1000111 |
Color Harmonies of #6BDCFE
Complementary color
Monochromatic Colors of #6BDCFE
Black with #6BDCFE
Text Example
Text Example
White with #6BDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCFE; }
p { color: rgb(107,220,254); }
H1.HeaderClassName
{
color: #6BDCFE;
}
.AnyTagClassName
{
color: #6BDCFE;
}
</style>
background-color css
<style>
a { background-color: #6BDCFE; }
a { background-color: rgb(107,220,254); }
div.DivClassName
{
background-color: #6BDCFE;
}
.BgClassName
{
background-color: #6BDCFE;
}
</style>
border-color css
<style>
span { border-color: #6BDCFE; }
span { border-color: rgb(107,220,254); }
td.TdClassName
{
border-color: #6BDCFE;
}
.TagClassName
{
border-color: #6BDCFE;
}
</style>