Shades of Turquoise Blue #6FE4DD
Tints of Turquoise Blue #6FE4DD
RGB
CMYK
RGB Variations
Color information
#6FE4DD (or 0x6FE4DD) is known color: Turquoise Blue. HEX triplet: 6F, E4 and DD. RGB value is (111,228,221). Sum of RGB (Red+Green+Blue) = 111+228+221=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4DD is #901B22. Grayscale: #C0C0C0. Windows color (decimal): -9444131 or 14541935. OLE color: 14541935.
HSL color Cylindrical-coordinate representation of color #6FE4DD: hue angle of 176.41º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4DD is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 228 | 221 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.11 |
| HSL | 176.41º | 0.68% | 0.66% | - |
| HSV(B) | 176.41º | 0.51% | 0.89% | - |
| XYZ | 47.35 | 64.09 | 78.28 | - |
| YUV | 192.22 | 144.24 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 228 | 221 | 0.51 | 0 | 0.03 | 0.11 | 176.41 | 0.68 | 0.66 |
| Hex | 6F | E4 | DD | 33 | 0 | 3 | B | B0 | 44 | 42 |
| Octal | 157 | 344 | 335 | 63 | 0 | 3 | 13 | 260 | 104 | 102 |
| Binary | 1101111 | 11100100 | 11011101 | 110011 | 0 | 11 | 1011 | 10110000 | 1000100 | 1000010 |
Color Harmonies of #6FE4DD
Complementary color
Monochromatic Colors of #6FE4DD
Black with #6FE4DD
Text Example
Text Example
White with #6FE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE4DD; }
p { color: rgb(111,228,221); }
H1.HeaderClassName
{
color: #6FE4DD;
}
.AnyTagClassName
{
color: #6FE4DD;
}
</style>
background-color css
<style>
a { background-color: #6FE4DD; }
a { background-color: rgb(111,228,221); }
div.DivClassName
{
background-color: #6FE4DD;
}
.BgClassName
{
background-color: #6FE4DD;
}
</style>
border-color css
<style>
span { border-color: #6FE4DD; }
span { border-color: rgb(111,228,221); }
td.TdClassName
{
border-color: #6FE4DD;
}
.TagClassName
{
border-color: #6FE4DD;
}
</style>