Shades of Turquoise Blue #6BDCFF
Tints of Turquoise Blue #6BDCFF
RGB
CMYK
RGB Variations
Color information
#6BDCFF (or 0x6BDCFF) is known color: Turquoise Blue. HEX triplet: 6B, DC and FF. RGB value is (107,220,255). Sum of RGB (Red+Green+Blue) = 107+220+255=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCFF is #942300. Grayscale: #BDBDBD. Windows color (decimal): -9708289 or 16768107. OLE color: 16768107.
HSL color Cylindrical-coordinate representation of color #6BDCFF: hue angle of 194.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDCFF is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 220 | 255 | - |
| CMYK | 0.58 | 0.14 | 0 | 0 |
| HSL | 194.19º | 1% | 0.71% | - |
| HSV(B) | 194.19º | 0.58% | 1% | - |
| XYZ | 49.71 | 61.53 | 103.86 | - |
| YUV | 190.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 255 | 0.58 | 0.14 | 0 | 0 | 194.19 | 1 | 0.71 |
| Hex | 6B | DC | FF | 3A | E | 0 | 0 | C2 | 64 | 47 |
| Octal | 153 | 334 | 377 | 72 | 16 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101011 | 11011100 | 11111111 | 111010 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #6BDCFF
Complementary color
Monochromatic Colors of #6BDCFF
Black with #6BDCFF
Text Example
Text Example
White with #6BDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCFF; }
p { color: rgb(107,220,255); }
H1.HeaderClassName
{
color: #6BDCFF;
}
.AnyTagClassName
{
color: #6BDCFF;
}
</style>
background-color css
<style>
a { background-color: #6BDCFF; }
a { background-color: rgb(107,220,255); }
div.DivClassName
{
background-color: #6BDCFF;
}
.BgClassName
{
background-color: #6BDCFF;
}
</style>
border-color css
<style>
span { border-color: #6BDCFF; }
span { border-color: rgb(107,220,255); }
td.TdClassName
{
border-color: #6BDCFF;
}
.TagClassName
{
border-color: #6BDCFF;
}
</style>