Shades of Turquoise Blue #6FEDF0
Tints of Turquoise Blue #6FEDF0
RGB
CMYK
RGB Variations
Color information
#6FEDF0 (or 0x6FEDF0) is known color: Turquoise Blue. HEX triplet: 6F, ED and F0. RGB value is (111,237,240). Sum of RGB (Red+Green+Blue) = 111+237+240=588 (77% of max value = 765). Red value is 111 (43.75% from 255 or 18.88% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #6FEDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDF0 is #90120F. Grayscale: #C7C7C7. Windows color (decimal): -9441808 or 15789423. OLE color: 15789423.
HSL color Cylindrical-coordinate representation of color #6FEDF0: hue angle of 181.4º degrees, saturation: 0.81, 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 #6FEDF0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 237 | 240 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.06 |
| HSL | 181.4º | 0.81% | 0.69% | - |
| HSV(B) | 181.4º | 0.54% | 0.94% | - |
| XYZ | 52.57 | 70.24 | 93.22 | - |
| YUV | 199.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 237 | 240 | 0.54 | 0.01 | 0 | 0.06 | 181.4 | 0.81 | 0.69 |
| Hex | 6F | ED | F0 | 36 | 1 | 0 | 6 | B5 | 51 | 45 |
| Octal | 157 | 355 | 360 | 66 | 1 | 0 | 6 | 265 | 121 | 105 |
| Binary | 1101111 | 11101101 | 11110000 | 110110 | 1 | 0 | 110 | 10110101 | 1010001 | 1000101 |
Color Harmonies of #6FEDF0
Complementary color
Monochromatic Colors of #6FEDF0
Black with #6FEDF0
Text Example
Text Example
White with #6FEDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEDF0; }
p { color: rgb(111,237,240); }
H1.HeaderClassName
{
color: #6FEDF0;
}
.AnyTagClassName
{
color: #6FEDF0;
}
</style>
background-color css
<style>
a { background-color: #6FEDF0; }
a { background-color: rgb(111,237,240); }
div.DivClassName
{
background-color: #6FEDF0;
}
.BgClassName
{
background-color: #6FEDF0;
}
</style>
border-color css
<style>
span { border-color: #6FEDF0; }
span { border-color: rgb(111,237,240); }
td.TdClassName
{
border-color: #6FEDF0;
}
.TagClassName
{
border-color: #6FEDF0;
}
</style>