Shades of Turquoise Blue #6FE1DC
Tints of Turquoise Blue #6FE1DC
RGB
CMYK
RGB Variations
Color information
#6FE1DC (or 0x6FE1DC) is known color: Turquoise Blue. HEX triplet: 6F, E1 and DC. RGB value is (111,225,220). Sum of RGB (Red+Green+Blue) = 111+225+220=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1DC is #901E23. Grayscale: #BEBEBE. Windows color (decimal): -9444900 or 14475631. OLE color: 14475631.
HSL color Cylindrical-coordinate representation of color #6FE1DC: hue angle of 177.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1DC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 220 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.12 |
| HSL | 177.37º | 0.66% | 0.66% | - |
| HSV(B) | 177.37º | 0.51% | 0.88% | - |
| XYZ | 46.4 | 62.4 | 77.31 | - |
| YUV | 190.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 220 | 0.51 | 0 | 0.02 | 0.12 | 177.37 | 0.66 | 0.66 |
| Hex | 6F | E1 | DC | 33 | 0 | 2 | C | B1 | 42 | 42 |
| Octal | 157 | 341 | 334 | 63 | 0 | 2 | 14 | 261 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11011100 | 110011 | 0 | 10 | 1100 | 10110001 | 1000010 | 1000010 |
Color Harmonies of #6FE1DC
Complementary color
Monochromatic Colors of #6FE1DC
Black with #6FE1DC
Text Example
Text Example
White with #6FE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1DC; }
p { color: rgb(111,225,220); }
H1.HeaderClassName
{
color: #6FE1DC;
}
.AnyTagClassName
{
color: #6FE1DC;
}
</style>
background-color css
<style>
a { background-color: #6FE1DC; }
a { background-color: rgb(111,225,220); }
div.DivClassName
{
background-color: #6FE1DC;
}
.BgClassName
{
background-color: #6FE1DC;
}
</style>
border-color css
<style>
span { border-color: #6FE1DC; }
span { border-color: rgb(111,225,220); }
td.TdClassName
{
border-color: #6FE1DC;
}
.TagClassName
{
border-color: #6FE1DC;
}
</style>