Shades of Turquoise Blue #6FDBFF
Tints of Turquoise Blue #6FDBFF
RGB
CMYK
RGB Variations
Color information
#6FDBFF (or 0x6FDBFF) is known color: Turquoise Blue. HEX triplet: 6F, DB and FF. RGB value is (111,219,255). Sum of RGB (Red+Green+Blue) = 111+219+255=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FDBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDBFF is #902400. Grayscale: #BEBEBE. Windows color (decimal): -9446401 or 16767855. OLE color: 16767855.
HSL color Cylindrical-coordinate representation of color #6FDBFF: hue angle of 195º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDBFF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 219 | 255 | - |
| CMYK | 0.56 | 0.14 | 0 | 0 |
| HSL | 195º | 1% | 0.72% | - |
| HSV(B) | 195º | 0.56% | 1% | - |
| XYZ | 49.94 | 61.26 | 103.8 | - |
| YUV | 190.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 255 | 0.56 | 0.14 | 0 | 0 | 195 | 1 | 0.72 |
| Hex | 6F | DB | FF | 38 | E | 0 | 0 | C3 | 64 | 48 |
| Octal | 157 | 333 | 377 | 70 | 16 | 0 | 0 | 303 | 144 | 110 |
| Binary | 1101111 | 11011011 | 11111111 | 111000 | 1110 | 0 | 0 | 11000011 | 1100100 | 1001000 |
Color Harmonies of #6FDBFF
Complementary color
Monochromatic Colors of #6FDBFF
Black with #6FDBFF
Text Example
Text Example
White with #6FDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDBFF; }
p { color: rgb(111,219,255); }
H1.HeaderClassName
{
color: #6FDBFF;
}
.AnyTagClassName
{
color: #6FDBFF;
}
</style>
background-color css
<style>
a { background-color: #6FDBFF; }
a { background-color: rgb(111,219,255); }
div.DivClassName
{
background-color: #6FDBFF;
}
.BgClassName
{
background-color: #6FDBFF;
}
</style>
border-color css
<style>
span { border-color: #6FDBFF; }
span { border-color: rgb(111,219,255); }
td.TdClassName
{
border-color: #6FDBFF;
}
.TagClassName
{
border-color: #6FDBFF;
}
</style>