Shades of Turquoise Blue #6FE0E4
Tints of Turquoise Blue #6FE0E4
RGB
CMYK
RGB Variations
Color information
#6FE0E4 (or 0x6FE0E4) is known color: Turquoise Blue. HEX triplet: 6F, E0 and E4. RGB value is (111,224,228). Sum of RGB (Red+Green+Blue) = 111+224+228=563 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.72% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FE0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE0E4 is #901F1B. Grayscale: #BEBEBE. Windows color (decimal): -9445148 or 14999663. OLE color: 14999663.
HSL color Cylindrical-coordinate representation of color #6FE0E4: hue angle of 182.05º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE0E4 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 224 | 228 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.11 |
| HSL | 182.05º | 0.68% | 0.66% | - |
| HSV(B) | 182.05º | 0.51% | 0.89% | - |
| XYZ | 47.21 | 62.29 | 82.93 | - |
| YUV | 190.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 224 | 228 | 0.51 | 0.02 | 0 | 0.11 | 182.05 | 0.68 | 0.66 |
| Hex | 6F | E0 | E4 | 33 | 2 | 0 | B | B6 | 44 | 42 |
| Octal | 157 | 340 | 344 | 63 | 2 | 0 | 13 | 266 | 104 | 102 |
| Binary | 1101111 | 11100000 | 11100100 | 110011 | 10 | 0 | 1011 | 10110110 | 1000100 | 1000010 |
Color Harmonies of #6FE0E4
Complementary color
Monochromatic Colors of #6FE0E4
Black with #6FE0E4
Text Example
Text Example
White with #6FE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE0E4; }
p { color: rgb(111,224,228); }
H1.HeaderClassName
{
color: #6FE0E4;
}
.AnyTagClassName
{
color: #6FE0E4;
}
</style>
background-color css
<style>
a { background-color: #6FE0E4; }
a { background-color: rgb(111,224,228); }
div.DivClassName
{
background-color: #6FE0E4;
}
.BgClassName
{
background-color: #6FE0E4;
}
</style>
border-color css
<style>
span { border-color: #6FE0E4; }
span { border-color: rgb(111,224,228); }
td.TdClassName
{
border-color: #6FE0E4;
}
.TagClassName
{
border-color: #6FE0E4;
}
</style>