Shades of Turquoise Blue #6FE7DA
Tints of Turquoise Blue #6FE7DA
RGB
CMYK
RGB Variations
Color information
#6FE7DA (or 0x6FE7DA) is known color: Turquoise Blue. HEX triplet: 6F, E7 and DA. RGB value is (111,231,218). Sum of RGB (Red+Green+Blue) = 111+231+218=560 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.82% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #6FE7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE7DA is #901825. Grayscale: #C1C1C1. Windows color (decimal): -9443366 or 14346095. OLE color: 14346095.
HSL color Cylindrical-coordinate representation of color #6FE7DA: hue angle of 173.5º degrees, saturation: 0.71, 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 #6FE7DA is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 231 | 218 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.09 |
| HSL | 173.5º | 0.71% | 0.67% | - |
| HSV(B) | 173.5º | 0.52% | 0.91% | - |
| XYZ | 47.79 | 65.59 | 76.47 | - |
| YUV | 193.64 | 141.74 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 231 | 218 | 0.52 | 0 | 0.06 | 0.09 | 173.5 | 0.71 | 0.67 |
| Hex | 6F | E7 | DA | 34 | 0 | 6 | 9 | AE | 47 | 43 |
| Octal | 157 | 347 | 332 | 64 | 0 | 6 | 11 | 256 | 107 | 103 |
| Binary | 1101111 | 11100111 | 11011010 | 110100 | 0 | 110 | 1001 | 10101110 | 1000111 | 1000011 |
Color Harmonies of #6FE7DA
Complementary color
Monochromatic Colors of #6FE7DA
Black with #6FE7DA
Text Example
Text Example
White with #6FE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE7DA; }
p { color: rgb(111,231,218); }
H1.HeaderClassName
{
color: #6FE7DA;
}
.AnyTagClassName
{
color: #6FE7DA;
}
</style>
background-color css
<style>
a { background-color: #6FE7DA; }
a { background-color: rgb(111,231,218); }
div.DivClassName
{
background-color: #6FE7DA;
}
.BgClassName
{
background-color: #6FE7DA;
}
</style>
border-color css
<style>
span { border-color: #6FE7DA; }
span { border-color: rgb(111,231,218); }
td.TdClassName
{
border-color: #6FE7DA;
}
.TagClassName
{
border-color: #6FE7DA;
}
</style>