Shades of Turquoise Blue #6BDDFF
Tints of Turquoise Blue #6BDDFF
RGB
CMYK
RGB Variations
Color information
#6BDDFF (or 0x6BDDFF) is known color: Turquoise Blue. HEX triplet: 6B, DD and FF. RGB value is (107,221,255). Sum of RGB (Red+Green+Blue) = 107+221+255=583 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.35% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDFF is #942200. Grayscale: #BEBEBE. Windows color (decimal): -9708033 or 16768363. OLE color: 16768363.
HSL color Cylindrical-coordinate representation of color #6BDDFF: hue angle of 193.78º 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 #6BDDFF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 221 | 255 | - |
| CMYK | 0.58 | 0.13 | 0 | 0 |
| HSL | 193.78º | 1% | 0.71% | - |
| HSV(B) | 193.78º | 0.58% | 1% | - |
| XYZ | 49.97 | 62.06 | 103.95 | - |
| YUV | 190.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 255 | 0.58 | 0.13 | 0 | 0 | 193.78 | 1 | 0.71 |
| Hex | 6B | DD | FF | 3A | D | 0 | 0 | C2 | 64 | 47 |
| Octal | 153 | 335 | 377 | 72 | 15 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101011 | 11011101 | 11111111 | 111010 | 1101 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #6BDDFF
Complementary color
Monochromatic Colors of #6BDDFF
Black with #6BDDFF
Text Example
Text Example
White with #6BDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDFF; }
p { color: rgb(107,221,255); }
H1.HeaderClassName
{
color: #6BDDFF;
}
.AnyTagClassName
{
color: #6BDDFF;
}
</style>
background-color css
<style>
a { background-color: #6BDDFF; }
a { background-color: rgb(107,221,255); }
div.DivClassName
{
background-color: #6BDDFF;
}
.BgClassName
{
background-color: #6BDDFF;
}
</style>
border-color css
<style>
span { border-color: #6BDDFF; }
span { border-color: rgb(107,221,255); }
td.TdClassName
{
border-color: #6BDDFF;
}
.TagClassName
{
border-color: #6BDDFF;
}
</style>