Shades of Turquoise Blue #6FEDE5
Tints of Turquoise Blue #6FEDE5
RGB
CMYK
RGB Variations
Color information
#6FEDE5 (or 0x6FEDE5) is known color: Turquoise Blue. HEX triplet: 6F, ED and E5. RGB value is (111,237,229). Sum of RGB (Red+Green+Blue) = 111+237+229=577 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.24% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #6FEDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEDE5 is #90121A. Grayscale: #C6C6C6. Windows color (decimal): -9441819 or 15068527. OLE color: 15068527.
HSL color Cylindrical-coordinate representation of color #6FEDE5: hue angle of 176.19º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEDE5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 237 | 229 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.07 |
| HSL | 176.19º | 0.78% | 0.68% | - |
| HSV(B) | 176.19º | 0.53% | 0.93% | - |
| XYZ | 50.98 | 69.61 | 84.88 | - |
| YUV | 198.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 229 | 0.53 | 0 | 0.03 | 0.07 | 176.19 | 0.78 | 0.68 |
| Hex | 6F | ED | E5 | 35 | 0 | 3 | 7 | B0 | 4E | 44 |
| Octal | 157 | 355 | 345 | 65 | 0 | 3 | 7 | 260 | 116 | 104 |
| Binary | 1101111 | 11101101 | 11100101 | 110101 | 0 | 11 | 111 | 10110000 | 1001110 | 1000100 |
Color Harmonies of #6FEDE5
Complementary color
Monochromatic Colors of #6FEDE5
Black with #6FEDE5
Text Example
Text Example
White with #6FEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDE5; }
p { color: rgb(111,237,229); }
H1.HeaderClassName
{
color: #6FEDE5;
}
.AnyTagClassName
{
color: #6FEDE5;
}
</style>
background-color css
<style>
a { background-color: #6FEDE5; }
a { background-color: rgb(111,237,229); }
div.DivClassName
{
background-color: #6FEDE5;
}
.BgClassName
{
background-color: #6FEDE5;
}
</style>
border-color css
<style>
span { border-color: #6FEDE5; }
span { border-color: rgb(111,237,229); }
td.TdClassName
{
border-color: #6FEDE5;
}
.TagClassName
{
border-color: #6FEDE5;
}
</style>