Shades of Turquoise Blue #6BDDFD
Tints of Turquoise Blue #6BDDFD
RGB
CMYK
RGB Variations
Color information
#6BDDFD (or 0x6BDDFD) is known color: Turquoise Blue. HEX triplet: 6B, DD and FD. RGB value is (107,221,253). Sum of RGB (Red+Green+Blue) = 107+221+253=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #6BDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDFD is #942202. Grayscale: #BEBEBE. Windows color (decimal): -9708035 or 16637291. OLE color: 16637291.
HSL color Cylindrical-coordinate representation of color #6BDDFD: hue angle of 193.15º 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 #6BDDFD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 221 | 253 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.15º | 0.97% | 0.71% | - |
| HSV(B) | 193.15º | 0.58% | 0.99% | - |
| XYZ | 49.65 | 61.93 | 102.27 | - |
| YUV | 190.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 253 | 0.58 | 0.13 | 0 | 0.01 | 193.15 | 0.97 | 0.71 |
| Hex | 6B | DD | FD | 3A | D | 0 | 1 | C1 | 61 | 47 |
| Octal | 153 | 335 | 375 | 72 | 15 | 0 | 1 | 301 | 141 | 107 |
| Binary | 1101011 | 11011101 | 11111101 | 111010 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000111 |
Color Harmonies of #6BDDFD
Complementary color
Monochromatic Colors of #6BDDFD
Black with #6BDDFD
Text Example
Text Example
White with #6BDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDFD; }
p { color: rgb(107,221,253); }
H1.HeaderClassName
{
color: #6BDDFD;
}
.AnyTagClassName
{
color: #6BDDFD;
}
</style>
background-color css
<style>
a { background-color: #6BDDFD; }
a { background-color: rgb(107,221,253); }
div.DivClassName
{
background-color: #6BDDFD;
}
.BgClassName
{
background-color: #6BDDFD;
}
</style>
border-color css
<style>
span { border-color: #6BDDFD; }
span { border-color: rgb(107,221,253); }
td.TdClassName
{
border-color: #6BDDFD;
}
.TagClassName
{
border-color: #6BDDFD;
}
</style>