Shades of Turquoise Blue #6FD4DD
Tints of Turquoise Blue #6FD4DD
RGB
CMYK
RGB Variations
Color information
#6FD4DD (or 0x6FD4DD) is known color: Turquoise Blue. HEX triplet: 6F, D4 and DD. RGB value is (111,212,221). Sum of RGB (Red+Green+Blue) = 111+212+221=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FD4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD4DD is #902B22. Grayscale: #B6B6B6. Windows color (decimal): -9448227 or 14537839. OLE color: 14537839.
HSL color Cylindrical-coordinate representation of color #6FD4DD: hue angle of 184.91º 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 #6FD4DD is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 212 | 221 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.13 |
| HSL | 184.91º | 0.62% | 0.65% | - |
| HSV(B) | 184.91º | 0.5% | 0.87% | - |
| XYZ | 43.15 | 55.69 | 76.88 | - |
| YUV | 182.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 212 | 221 | 0.50 | 0.04 | 0 | 0.13 | 184.91 | 0.62 | 0.65 |
| Hex | 6F | D4 | DD | 32 | 4 | 0 | D | B9 | 3E | 41 |
| Octal | 157 | 324 | 335 | 62 | 4 | 0 | 15 | 271 | 76 | 101 |
| Binary | 1101111 | 11010100 | 11011101 | 110010 | 100 | 0 | 1101 | 10111001 | 111110 | 1000001 |
Color Harmonies of #6FD4DD
Complementary color
Monochromatic Colors of #6FD4DD
Black with #6FD4DD
Text Example
Text Example
White with #6FD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD4DD; }
p { color: rgb(111,212,221); }
H1.HeaderClassName
{
color: #6FD4DD;
}
.AnyTagClassName
{
color: #6FD4DD;
}
</style>
background-color css
<style>
a { background-color: #6FD4DD; }
a { background-color: rgb(111,212,221); }
div.DivClassName
{
background-color: #6FD4DD;
}
.BgClassName
{
background-color: #6FD4DD;
}
</style>
border-color css
<style>
span { border-color: #6FD4DD; }
span { border-color: rgb(111,212,221); }
td.TdClassName
{
border-color: #6FD4DD;
}
.TagClassName
{
border-color: #6FD4DD;
}
</style>