Shades of Turquoise Blue #6FE1DA
Tints of Turquoise Blue #6FE1DA
RGB
CMYK
RGB Variations
Color information
#6FE1DA (or 0x6FE1DA) is known color: Turquoise Blue. HEX triplet: 6F, E1 and DA. RGB value is (111,225,218). Sum of RGB (Red+Green+Blue) = 111+225+218=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE1DA is #901E25. Grayscale: #BEBEBE. Windows color (decimal): -9444902 or 14344559. OLE color: 14344559.
HSL color Cylindrical-coordinate representation of color #6FE1DA: hue angle of 176.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE1DA is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 225 | 218 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.12 |
| HSL | 176.32º | 0.66% | 0.66% | - |
| HSV(B) | 176.32º | 0.51% | 0.88% | - |
| XYZ | 46.14 | 62.29 | 75.92 | - |
| YUV | 190.12 | 143.73 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 225 | 218 | 0.51 | 0 | 0.03 | 0.12 | 176.32 | 0.66 | 0.66 |
| Hex | 6F | E1 | DA | 33 | 0 | 3 | C | B0 | 42 | 42 |
| Octal | 157 | 341 | 332 | 63 | 0 | 3 | 14 | 260 | 102 | 102 |
| Binary | 1101111 | 11100001 | 11011010 | 110011 | 0 | 11 | 1100 | 10110000 | 1000010 | 1000010 |
Color Harmonies of #6FE1DA
Complementary color
Monochromatic Colors of #6FE1DA
Black with #6FE1DA
Text Example
Text Example
White with #6FE1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE1DA; }
p { color: rgb(111,225,218); }
H1.HeaderClassName
{
color: #6FE1DA;
}
.AnyTagClassName
{
color: #6FE1DA;
}
</style>
background-color css
<style>
a { background-color: #6FE1DA; }
a { background-color: rgb(111,225,218); }
div.DivClassName
{
background-color: #6FE1DA;
}
.BgClassName
{
background-color: #6FE1DA;
}
</style>
border-color css
<style>
span { border-color: #6FE1DA; }
span { border-color: rgb(111,225,218); }
td.TdClassName
{
border-color: #6FE1DA;
}
.TagClassName
{
border-color: #6FE1DA;
}
</style>