Shades of Turquoise Blue #6FDFDF
Tints of Turquoise Blue #6FDFDF
RGB
CMYK
RGB Variations
Color information
#6FDFDF (or 0x6FDFDF) is known color: Turquoise Blue. HEX triplet: 6F, DF and DF. RGB value is (111,223,223). Sum of RGB (Red+Green+Blue) = 111+223+223=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #6FDFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDFDF is #902020. Grayscale: #BDBDBD. Windows color (decimal): -9445409 or 14671727. OLE color: 14671727.
HSL color Cylindrical-coordinate representation of color #6FDFDF: hue angle of 180º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDFDF is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 223 | 223 | - |
| CMYK | 0.50 | 0 | 0 | 0.13 |
| HSL | 180º | 0.64% | 0.65% | - |
| HSV(B) | 180º | 0.5% | 0.87% | - |
| XYZ | 46.26 | 61.48 | 79.24 | - |
| YUV | 189.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 223 | 223 | 0.50 | 0 | 0 | 0.13 | 180 | 0.64 | 0.65 |
| Hex | 6F | DF | DF | 32 | 0 | 0 | D | B4 | 40 | 41 |
| Octal | 157 | 337 | 337 | 62 | 0 | 0 | 15 | 264 | 100 | 101 |
| Binary | 1101111 | 11011111 | 11011111 | 110010 | 0 | 0 | 1101 | 10110100 | 1000000 | 1000001 |
Color Harmonies of #6FDFDF
Complementary color
Monochromatic Colors of #6FDFDF
Black with #6FDFDF
Text Example
Text Example
White with #6FDFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDFDF; }
p { color: rgb(111,223,223); }
H1.HeaderClassName
{
color: #6FDFDF;
}
.AnyTagClassName
{
color: #6FDFDF;
}
</style>
background-color css
<style>
a { background-color: #6FDFDF; }
a { background-color: rgb(111,223,223); }
div.DivClassName
{
background-color: #6FDFDF;
}
.BgClassName
{
background-color: #6FDFDF;
}
</style>
border-color css
<style>
span { border-color: #6FDFDF; }
span { border-color: rgb(111,223,223); }
td.TdClassName
{
border-color: #6FDFDF;
}
.TagClassName
{
border-color: #6FDFDF;
}
</style>