Shades of Turquoise Blue #6BF0E0
Tints of Turquoise Blue #6BF0E0
RGB
CMYK
RGB Variations
Color information
#6BF0E0 (or 0x6BF0E0) is known color: Turquoise Blue. HEX triplet: 6B, F0 and E0. RGB value is (107,240,224). Sum of RGB (Red+Green+Blue) = 107+240+224=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #6BF0E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF0E0 is #940F1F. Grayscale: #C6C6C6. Windows color (decimal): -9703200 or 14741611. OLE color: 14741611.
HSL color Cylindrical-coordinate representation of color #6BF0E0: hue angle of 172.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BF0E0 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 240 | 224 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.06 |
| HSL | 172.78º | 0.82% | 0.68% | - |
| HSV(B) | 172.78º | 0.55% | 0.94% | - |
| XYZ | 50.68 | 70.83 | 81.52 | - |
| YUV | 198.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 240 | 224 | 0.55 | 0 | 0.07 | 0.06 | 172.78 | 0.82 | 0.68 |
| Hex | 6B | F0 | E0 | 37 | 0 | 7 | 6 | AD | 52 | 44 |
| Octal | 153 | 360 | 340 | 67 | 0 | 7 | 6 | 255 | 122 | 104 |
| Binary | 1101011 | 11110000 | 11100000 | 110111 | 0 | 111 | 110 | 10101101 | 1010010 | 1000100 |
Color Harmonies of #6BF0E0
Complementary color
Monochromatic Colors of #6BF0E0
Black with #6BF0E0
Text Example
Text Example
White with #6BF0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF0E0; }
p { color: rgb(107,240,224); }
H1.HeaderClassName
{
color: #6BF0E0;
}
.AnyTagClassName
{
color: #6BF0E0;
}
</style>
background-color css
<style>
a { background-color: #6BF0E0; }
a { background-color: rgb(107,240,224); }
div.DivClassName
{
background-color: #6BF0E0;
}
.BgClassName
{
background-color: #6BF0E0;
}
</style>
border-color css
<style>
span { border-color: #6BF0E0; }
span { border-color: rgb(107,240,224); }
td.TdClassName
{
border-color: #6BF0E0;
}
.TagClassName
{
border-color: #6BF0E0;
}
</style>