Shades of Turquoise Blue #6FDCDA
Tints of Turquoise Blue #6FDCDA
RGB
CMYK
RGB Variations
Color information
#6FDCDA (or 0x6FDCDA) is known color: Turquoise Blue. HEX triplet: 6F, DC and DA. RGB value is (111,220,218). Sum of RGB (Red+Green+Blue) = 111+220+218=549 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.22% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FDCDA is #902325. Grayscale: #BBBBBB. Windows color (decimal): -9446182 or 14343279. OLE color: 14343279.
HSL color Cylindrical-coordinate representation of color #6FDCDA: hue angle of 178.9º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCDA is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 220 | 218 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.14 |
| HSL | 178.9º | 0.61% | 0.65% | - |
| HSV(B) | 178.9º | 0.5% | 0.86% | - |
| XYZ | 44.8 | 59.63 | 75.48 | - |
| YUV | 187.18 | 145.39 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 220 | 218 | 0.50 | 0 | 0.01 | 0.14 | 178.9 | 0.61 | 0.65 |
| Hex | 6F | DC | DA | 32 | 0 | 1 | E | B3 | 3D | 41 |
| Octal | 157 | 334 | 332 | 62 | 0 | 1 | 16 | 263 | 75 | 101 |
| Binary | 1101111 | 11011100 | 11011010 | 110010 | 0 | 1 | 1110 | 10110011 | 111101 | 1000001 |
Color Harmonies of #6FDCDA
Complementary color
Monochromatic Colors of #6FDCDA
Black with #6FDCDA
Text Example
Text Example
White with #6FDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDCDA; }
p { color: rgb(111,220,218); }
H1.HeaderClassName
{
color: #6FDCDA;
}
.AnyTagClassName
{
color: #6FDCDA;
}
</style>
background-color css
<style>
a { background-color: #6FDCDA; }
a { background-color: rgb(111,220,218); }
div.DivClassName
{
background-color: #6FDCDA;
}
.BgClassName
{
background-color: #6FDCDA;
}
</style>
border-color css
<style>
span { border-color: #6FDCDA; }
span { border-color: rgb(111,220,218); }
td.TdClassName
{
border-color: #6FDCDA;
}
.TagClassName
{
border-color: #6FDCDA;
}
</style>