Shades of Turquoise Blue #6FDDD9
Tints of Turquoise Blue #6FDDD9
RGB
CMYK
RGB Variations
Color information
#6FDDD9 (or 0x6FDDD9) is known color: Turquoise Blue. HEX triplet: 6F, DD and D9. RGB value is (111,221,217). Sum of RGB (Red+Green+Blue) = 111+221+217=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #6FDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDDD9 is #902226. Grayscale: #BBBBBB. Windows color (decimal): -9445927 or 14277999. OLE color: 14277999.
HSL color Cylindrical-coordinate representation of color #6FDDD9: hue angle of 177.82º degrees, saturation: 0.62, 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 #6FDDD9 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 221 | 217 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.13 |
| HSL | 177.82º | 0.62% | 0.65% | - |
| HSV(B) | 177.82º | 0.5% | 0.87% | - |
| XYZ | 44.94 | 60.1 | 74.88 | - |
| YUV | 187.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 221 | 217 | 0.50 | 0 | 0.02 | 0.13 | 177.82 | 0.62 | 0.65 |
| Hex | 6F | DD | D9 | 32 | 0 | 2 | D | B2 | 3E | 41 |
| Octal | 157 | 335 | 331 | 62 | 0 | 2 | 15 | 262 | 76 | 101 |
| Binary | 1101111 | 11011101 | 11011001 | 110010 | 0 | 10 | 1101 | 10110010 | 111110 | 1000001 |
Color Harmonies of #6FDDD9
Complementary color
Monochromatic Colors of #6FDDD9
Black with #6FDDD9
Text Example
Text Example
White with #6FDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDDD9; }
p { color: rgb(111,221,217); }
H1.HeaderClassName
{
color: #6FDDD9;
}
.AnyTagClassName
{
color: #6FDDD9;
}
</style>
background-color css
<style>
a { background-color: #6FDDD9; }
a { background-color: rgb(111,221,217); }
div.DivClassName
{
background-color: #6FDDD9;
}
.BgClassName
{
background-color: #6FDDD9;
}
</style>
border-color css
<style>
span { border-color: #6FDDD9; }
span { border-color: rgb(111,221,217); }
td.TdClassName
{
border-color: #6FDDD9;
}
.TagClassName
{
border-color: #6FDDD9;
}
</style>