Shades of Turquoise Blue #6FDDDF
Tints of Turquoise Blue #6FDDDF
RGB
CMYK
RGB Variations
Color information
#6FDDDF (or 0x6FDDDF) is known color: Turquoise Blue. HEX triplet: 6F, DD and DF. RGB value is (111,221,223). Sum of RGB (Red+Green+Blue) = 111+221+223=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FDDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDDF is #902220. Grayscale: #BCBCBC. Windows color (decimal): -9445921 or 14671215. OLE color: 14671215.
HSL color Cylindrical-coordinate representation of color #6FDDDF: hue angle of 181.07º 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 #6FDDDF is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 223 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.13 |
| HSL | 181.07º | 0.64% | 0.65% | - |
| HSV(B) | 181.07º | 0.5% | 0.87% | - |
| XYZ | 45.73 | 60.42 | 79.06 | - |
| YUV | 188.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 223 | 0.50 | 0.01 | 0 | 0.13 | 181.07 | 0.64 | 0.65 |
| Hex | 6F | DD | DF | 32 | 1 | 0 | D | B5 | 40 | 41 |
| Octal | 157 | 335 | 337 | 62 | 1 | 0 | 15 | 265 | 100 | 101 |
| Binary | 1101111 | 11011101 | 11011111 | 110010 | 1 | 0 | 1101 | 10110101 | 1000000 | 1000001 |
Color Harmonies of #6FDDDF
Complementary color
Monochromatic Colors of #6FDDDF
Black with #6FDDDF
Text Example
Text Example
White with #6FDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDDF; }
p { color: rgb(111,221,223); }
H1.HeaderClassName
{
color: #6FDDDF;
}
.AnyTagClassName
{
color: #6FDDDF;
}
</style>
background-color css
<style>
a { background-color: #6FDDDF; }
a { background-color: rgb(111,221,223); }
div.DivClassName
{
background-color: #6FDDDF;
}
.BgClassName
{
background-color: #6FDDDF;
}
</style>
border-color css
<style>
span { border-color: #6FDDDF; }
span { border-color: rgb(111,221,223); }
td.TdClassName
{
border-color: #6FDDDF;
}
.TagClassName
{
border-color: #6FDDDF;
}
</style>