Shades of Turquoise Blue #6FEDEF
Tints of Turquoise Blue #6FEDEF
RGB
CMYK
RGB Variations
Color information
#6FEDEF (or 0x6FEDEF) is known color: Turquoise Blue. HEX triplet: 6F, ED and EF. RGB value is (111,237,239). Sum of RGB (Red+Green+Blue) = 111+237+239=587 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.91% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FEDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDEF is #901210. Grayscale: #C7C7C7. Windows color (decimal): -9441809 or 15723887. OLE color: 15723887.
HSL color Cylindrical-coordinate representation of color #6FEDEF: hue angle of 180.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FEDEF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 237 | 239 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.06 |
| HSL | 180.94º | 0.8% | 0.69% | - |
| HSV(B) | 180.94º | 0.54% | 0.94% | - |
| XYZ | 52.42 | 70.18 | 92.44 | - |
| YUV | 199.55 | 150.26 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 239 | 0.54 | 0.01 | 0 | 0.06 | 180.94 | 0.8 | 0.69 |
| Hex | 6F | ED | EF | 36 | 1 | 0 | 6 | B5 | 50 | 45 |
| Octal | 157 | 355 | 357 | 66 | 1 | 0 | 6 | 265 | 120 | 105 |
| Binary | 1101111 | 11101101 | 11101111 | 110110 | 1 | 0 | 110 | 10110101 | 1010000 | 1000101 |
Color Harmonies of #6FEDEF
Complementary color
Monochromatic Colors of #6FEDEF
Black with #6FEDEF
Text Example
Text Example
White with #6FEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDEF; }
p { color: rgb(111,237,239); }
H1.HeaderClassName
{
color: #6FEDEF;
}
.AnyTagClassName
{
color: #6FEDEF;
}
</style>
background-color css
<style>
a { background-color: #6FEDEF; }
a { background-color: rgb(111,237,239); }
div.DivClassName
{
background-color: #6FEDEF;
}
.BgClassName
{
background-color: #6FEDEF;
}
</style>
border-color css
<style>
span { border-color: #6FEDEF; }
span { border-color: rgb(111,237,239); }
td.TdClassName
{
border-color: #6FEDEF;
}
.TagClassName
{
border-color: #6FEDEF;
}
</style>