Shades of Turquoise Blue #6FDDFE
Tints of Turquoise Blue #6FDDFE
RGB
CMYK
RGB Variations
Color information
#6FDDFE (or 0x6FDDFE) is known color: Turquoise Blue. HEX triplet: 6F, DD and FE. RGB value is (111,221,254). Sum of RGB (Red+Green+Blue) = 111+221+254=586 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.94% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDDFE is #902201. Grayscale: #BFBFBF. Windows color (decimal): -9445890 or 16702831. OLE color: 16702831.
HSL color Cylindrical-coordinate representation of color #6FDDFE: hue angle of 193.85º 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 #6FDDFE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 221 | 254 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.00 |
| HSL | 193.85º | 0.99% | 0.72% | - |
| HSV(B) | 193.85º | 0.56% | 1% | - |
| XYZ | 50.3 | 62.25 | 103.13 | - |
| YUV | 191.87 | 163.06 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 254 | 0.56 | 0.13 | 0 | 0.00 | 193.85 | 0.99 | 0.72 |
| Hex | 6F | DD | FE | 38 | D | 0 | 0 | C2 | 63 | 48 |
| Octal | 157 | 335 | 376 | 70 | 15 | 0 | 0 | 302 | 143 | 110 |
| Binary | 1101111 | 11011101 | 11111110 | 111000 | 1101 | 0 | 0 | 11000010 | 1100011 | 1001000 |
Color Harmonies of #6FDDFE
Complementary color
Monochromatic Colors of #6FDDFE
Black with #6FDDFE
Text Example
Text Example
White with #6FDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDFE; }
p { color: rgb(111,221,254); }
H1.HeaderClassName
{
color: #6FDDFE;
}
.AnyTagClassName
{
color: #6FDDFE;
}
</style>
background-color css
<style>
a { background-color: #6FDDFE; }
a { background-color: rgb(111,221,254); }
div.DivClassName
{
background-color: #6FDDFE;
}
.BgClassName
{
background-color: #6FDDFE;
}
</style>
border-color css
<style>
span { border-color: #6FDDFE; }
span { border-color: rgb(111,221,254); }
td.TdClassName
{
border-color: #6FDDFE;
}
.TagClassName
{
border-color: #6FDDFE;
}
</style>