Shades of Turquoise Blue #6FDBFD
Tints of Turquoise Blue #6FDBFD
RGB
CMYK
RGB Variations
Color information
#6FDBFD (or 0x6FDBFD) is known color: Turquoise Blue. HEX triplet: 6F, DB and FD. RGB value is (111,219,253). Sum of RGB (Red+Green+Blue) = 111+219+253=583 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.04% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBFD is #902402. Grayscale: #BEBEBE. Windows color (decimal): -9446403 or 16636783. OLE color: 16636783.
HSL color Cylindrical-coordinate representation of color #6FDBFD: hue angle of 194.37º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDBFD is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 219 | 253 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.01 |
| HSL | 194.37º | 0.97% | 0.71% | - |
| HSV(B) | 194.37º | 0.56% | 0.99% | - |
| XYZ | 49.62 | 61.13 | 102.11 | - |
| YUV | 190.58 | 163.22 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 253 | 0.56 | 0.13 | 0 | 0.01 | 194.37 | 0.97 | 0.71 |
| Hex | 6F | DB | FD | 38 | D | 0 | 1 | C2 | 61 | 47 |
| Octal | 157 | 333 | 375 | 70 | 15 | 0 | 1 | 302 | 141 | 107 |
| Binary | 1101111 | 11011011 | 11111101 | 111000 | 1101 | 0 | 1 | 11000010 | 1100001 | 1000111 |
Color Harmonies of #6FDBFD
Complementary color
Monochromatic Colors of #6FDBFD
Black with #6FDBFD
Text Example
Text Example
White with #6FDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBFD; }
p { color: rgb(111,219,253); }
H1.HeaderClassName
{
color: #6FDBFD;
}
.AnyTagClassName
{
color: #6FDBFD;
}
</style>
background-color css
<style>
a { background-color: #6FDBFD; }
a { background-color: rgb(111,219,253); }
div.DivClassName
{
background-color: #6FDBFD;
}
.BgClassName
{
background-color: #6FDBFD;
}
</style>
border-color css
<style>
span { border-color: #6FDBFD; }
span { border-color: rgb(111,219,253); }
td.TdClassName
{
border-color: #6FDBFD;
}
.TagClassName
{
border-color: #6FDBFD;
}
</style>