Shades of Turquoise Blue #6FE5DA
Tints of Turquoise Blue #6FE5DA
RGB
CMYK
RGB Variations
Color information
#6FE5DA (or 0x6FE5DA) is known color: Turquoise Blue. HEX triplet: 6F, E5 and DA. RGB value is (111,229,218). Sum of RGB (Red+Green+Blue) = 111+229+218=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5DA is #901A25. Grayscale: #C0C0C0. Windows color (decimal): -9443878 or 14345583. OLE color: 14345583.
HSL color Cylindrical-coordinate representation of color #6FE5DA: hue angle of 174.41º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5DA is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 218 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.10 |
| HSL | 174.41º | 0.69% | 0.67% | - |
| HSV(B) | 174.41º | 0.52% | 0.9% | - |
| XYZ | 47.23 | 64.48 | 76.29 | - |
| YUV | 192.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 218 | 0.52 | 0 | 0.05 | 0.10 | 174.41 | 0.69 | 0.67 |
| Hex | 6F | E5 | DA | 34 | 0 | 5 | A | AE | 45 | 43 |
| Octal | 157 | 345 | 332 | 64 | 0 | 5 | 12 | 256 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11011010 | 110100 | 0 | 101 | 1010 | 10101110 | 1000101 | 1000011 |
Color Harmonies of #6FE5DA
Complementary color
Monochromatic Colors of #6FE5DA
Black with #6FE5DA
Text Example
Text Example
White with #6FE5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5DA; }
p { color: rgb(111,229,218); }
H1.HeaderClassName
{
color: #6FE5DA;
}
.AnyTagClassName
{
color: #6FE5DA;
}
</style>
background-color css
<style>
a { background-color: #6FE5DA; }
a { background-color: rgb(111,229,218); }
div.DivClassName
{
background-color: #6FE5DA;
}
.BgClassName
{
background-color: #6FE5DA;
}
</style>
border-color css
<style>
span { border-color: #6FE5DA; }
span { border-color: rgb(111,229,218); }
td.TdClassName
{
border-color: #6FE5DA;
}
.TagClassName
{
border-color: #6FE5DA;
}
</style>