Shades of Turquoise Blue #6FE8DD
Tints of Turquoise Blue #6FE8DD
RGB
CMYK
RGB Variations
Color information
#6FE8DD (or 0x6FE8DD) is known color: Turquoise Blue. HEX triplet: 6F, E8 and DD. RGB value is (111,232,221). Sum of RGB (Red+Green+Blue) = 111+232+221=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #6FE8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE8DD is #901722. Grayscale: #C2C2C2. Windows color (decimal): -9443107 or 14542959. OLE color: 14542959.
HSL color Cylindrical-coordinate representation of color #6FE8DD: hue angle of 174.55º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE8DD is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 232 | 221 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.09 |
| HSL | 174.55º | 0.72% | 0.67% | - |
| HSV(B) | 174.55º | 0.52% | 0.91% | - |
| XYZ | 48.46 | 66.31 | 78.65 | - |
| YUV | 194.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 232 | 221 | 0.52 | 0 | 0.05 | 0.09 | 174.55 | 0.72 | 0.67 |
| Hex | 6F | E8 | DD | 34 | 0 | 5 | 9 | AF | 48 | 43 |
| Octal | 157 | 350 | 335 | 64 | 0 | 5 | 11 | 257 | 110 | 103 |
| Binary | 1101111 | 11101000 | 11011101 | 110100 | 0 | 101 | 1001 | 10101111 | 1001000 | 1000011 |
Color Harmonies of #6FE8DD
Complementary color
Monochromatic Colors of #6FE8DD
Black with #6FE8DD
Text Example
Text Example
White with #6FE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE8DD; }
p { color: rgb(111,232,221); }
H1.HeaderClassName
{
color: #6FE8DD;
}
.AnyTagClassName
{
color: #6FE8DD;
}
</style>
background-color css
<style>
a { background-color: #6FE8DD; }
a { background-color: rgb(111,232,221); }
div.DivClassName
{
background-color: #6FE8DD;
}
.BgClassName
{
background-color: #6FE8DD;
}
</style>
border-color css
<style>
span { border-color: #6FE8DD; }
span { border-color: rgb(111,232,221); }
td.TdClassName
{
border-color: #6FE8DD;
}
.TagClassName
{
border-color: #6FE8DD;
}
</style>