Shades of Turquoise Blue #6FDCFE
Tints of Turquoise Blue #6FDCFE
RGB
CMYK
RGB Variations
Color information
#6FDCFE (or 0x6FDCFE) is known color: Turquoise Blue. HEX triplet: 6F, DC and FE. RGB value is (111,220,254). Sum of RGB (Red+Green+Blue) = 111+220+254=585 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.97% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCFE is #902301. Grayscale: #BFBFBF. Windows color (decimal): -9446146 or 16702575. OLE color: 16702575.
HSL color Cylindrical-coordinate representation of color #6FDCFE: hue angle of 194.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FDCFE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 220 | 254 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.00 |
| HSL | 194.27º | 0.99% | 0.72% | - |
| HSV(B) | 194.27º | 0.56% | 1% | - |
| XYZ | 50.04 | 61.72 | 103.04 | - |
| YUV | 191.29 | 163.39 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 254 | 0.56 | 0.13 | 0 | 0.00 | 194.27 | 0.99 | 0.72 |
| Hex | 6F | DC | FE | 38 | D | 0 | 0 | C2 | 63 | 48 |
| Octal | 157 | 334 | 376 | 70 | 15 | 0 | 0 | 302 | 143 | 110 |
| Binary | 1101111 | 11011100 | 11111110 | 111000 | 1101 | 0 | 0 | 11000010 | 1100011 | 1001000 |
Color Harmonies of #6FDCFE
Complementary color
Monochromatic Colors of #6FDCFE
Black with #6FDCFE
Text Example
Text Example
White with #6FDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCFE; }
p { color: rgb(111,220,254); }
H1.HeaderClassName
{
color: #6FDCFE;
}
.AnyTagClassName
{
color: #6FDCFE;
}
</style>
background-color css
<style>
a { background-color: #6FDCFE; }
a { background-color: rgb(111,220,254); }
div.DivClassName
{
background-color: #6FDCFE;
}
.BgClassName
{
background-color: #6FDCFE;
}
</style>
border-color css
<style>
span { border-color: #6FDCFE; }
span { border-color: rgb(111,220,254); }
td.TdClassName
{
border-color: #6FDCFE;
}
.TagClassName
{
border-color: #6FDCFE;
}
</style>