Shades of Turquoise Blue #6FDFF3
Tints of Turquoise Blue #6FDFF3
RGB
CMYK
RGB Variations
Color information
#6FDFF3 (or 0x6FDFF3) is known color: Turquoise Blue. HEX triplet: 6F, DF and F3. RGB value is (111,223,243). Sum of RGB (Red+Green+Blue) = 111+223+243=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FDFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDFF3 is #90200C. Grayscale: #BFBFBF. Windows color (decimal): -9445389 or 15982447. OLE color: 15982447.
HSL color Cylindrical-coordinate representation of color #6FDFF3: hue angle of 189.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FDFF3 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 223 | 243 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.05 |
| HSL | 189.09º | 0.85% | 0.69% | - |
| HSV(B) | 189.09º | 0.54% | 0.95% | - |
| XYZ | 49.12 | 62.63 | 94.29 | - |
| YUV | 191.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 243 | 0.54 | 0.08 | 0 | 0.05 | 189.09 | 0.85 | 0.69 |
| Hex | 6F | DF | F3 | 36 | 8 | 0 | 5 | BD | 55 | 45 |
| Octal | 157 | 337 | 363 | 66 | 10 | 0 | 5 | 275 | 125 | 105 |
| Binary | 1101111 | 11011111 | 11110011 | 110110 | 1000 | 0 | 101 | 10111101 | 1010101 | 1000101 |
Color Harmonies of #6FDFF3
Complementary color
Monochromatic Colors of #6FDFF3
Black with #6FDFF3
Text Example
Text Example
White with #6FDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFF3; }
p { color: rgb(111,223,243); }
H1.HeaderClassName
{
color: #6FDFF3;
}
.AnyTagClassName
{
color: #6FDFF3;
}
</style>
background-color css
<style>
a { background-color: #6FDFF3; }
a { background-color: rgb(111,223,243); }
div.DivClassName
{
background-color: #6FDFF3;
}
.BgClassName
{
background-color: #6FDFF3;
}
</style>
border-color css
<style>
span { border-color: #6FDFF3; }
span { border-color: rgb(111,223,243); }
td.TdClassName
{
border-color: #6FDFF3;
}
.TagClassName
{
border-color: #6FDFF3;
}
</style>