Shades of Turquoise Blue #6FEADB
Tints of Turquoise Blue #6FEADB
RGB
CMYK
RGB Variations
Color information
#6FEADB (or 0x6FEADB) is known color: Turquoise Blue. HEX triplet: 6F, EA and DB. RGB value is (111,234,219). Sum of RGB (Red+Green+Blue) = 111+234+219=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #6FEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEADB is #901524. Grayscale: #C3C3C3. Windows color (decimal): -9442597 or 14412399. OLE color: 14412399.
HSL color Cylindrical-coordinate representation of color #6FEADB: hue angle of 172.68º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEADB is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 234 | 219 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.08 |
| HSL | 172.68º | 0.75% | 0.68% | - |
| HSV(B) | 172.68º | 0.53% | 0.92% | - |
| XYZ | 48.76 | 67.34 | 77.45 | - |
| YUV | 195.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 234 | 219 | 0.53 | 0 | 0.06 | 0.08 | 172.68 | 0.75 | 0.68 |
| Hex | 6F | EA | DB | 35 | 0 | 6 | 8 | AD | 4B | 44 |
| Octal | 157 | 352 | 333 | 65 | 0 | 6 | 10 | 255 | 113 | 104 |
| Binary | 1101111 | 11101010 | 11011011 | 110101 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000100 |
Color Harmonies of #6FEADB
Complementary color
Monochromatic Colors of #6FEADB
Black with #6FEADB
Text Example
Text Example
White with #6FEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEADB; }
p { color: rgb(111,234,219); }
H1.HeaderClassName
{
color: #6FEADB;
}
.AnyTagClassName
{
color: #6FEADB;
}
</style>
background-color css
<style>
a { background-color: #6FEADB; }
a { background-color: rgb(111,234,219); }
div.DivClassName
{
background-color: #6FEADB;
}
.BgClassName
{
background-color: #6FEADB;
}
</style>
border-color css
<style>
span { border-color: #6FEADB; }
span { border-color: rgb(111,234,219); }
td.TdClassName
{
border-color: #6FEADB;
}
.TagClassName
{
border-color: #6FEADB;
}
</style>