Shades of Turquoise Blue #6FEFDF
Tints of Turquoise Blue #6FEFDF
RGB
CMYK
RGB Variations
Color information
#6FEFDF (or 0x6FEFDF) is known color: Turquoise Blue. HEX triplet: 6F, EF and DF. RGB value is (111,239,223). Sum of RGB (Red+Green+Blue) = 111+239+223=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #6FEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEFDF is #901020. Grayscale: #C6C6C6. Windows color (decimal): -9441313 or 14675823. OLE color: 14675823.
HSL color Cylindrical-coordinate representation of color #6FEFDF: hue angle of 172.5º 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 #6FEFDF is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 239 | 223 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.06 |
| HSL | 172.5º | 0.8% | 0.69% | - |
| HSV(B) | 172.5º | 0.54% | 0.94% | - |
| XYZ | 50.74 | 70.44 | 80.73 | - |
| YUV | 198.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 239 | 223 | 0.54 | 0 | 0.07 | 0.06 | 172.5 | 0.8 | 0.69 |
| Hex | 6F | EF | DF | 36 | 0 | 7 | 6 | AC | 50 | 45 |
| Octal | 157 | 357 | 337 | 66 | 0 | 7 | 6 | 254 | 120 | 105 |
| Binary | 1101111 | 11101111 | 11011111 | 110110 | 0 | 111 | 110 | 10101100 | 1010000 | 1000101 |
Color Harmonies of #6FEFDF
Complementary color
Monochromatic Colors of #6FEFDF
Black with #6FEFDF
Text Example
Text Example
White with #6FEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEFDF; }
p { color: rgb(111,239,223); }
H1.HeaderClassName
{
color: #6FEFDF;
}
.AnyTagClassName
{
color: #6FEFDF;
}
</style>
background-color css
<style>
a { background-color: #6FEFDF; }
a { background-color: rgb(111,239,223); }
div.DivClassName
{
background-color: #6FEFDF;
}
.BgClassName
{
background-color: #6FEFDF;
}
</style>
border-color css
<style>
span { border-color: #6FEFDF; }
span { border-color: rgb(111,239,223); }
td.TdClassName
{
border-color: #6FEFDF;
}
.TagClassName
{
border-color: #6FEFDF;
}
</style>