Shades of Turquoise Blue #6BF1E5
Tints of Turquoise Blue #6BF1E5
RGB
CMYK
RGB Variations
Color information
#6BF1E5 (or 0x6BF1E5) is known color: Turquoise Blue. HEX triplet: 6B, F1 and E5. RGB value is (107,241,229). Sum of RGB (Red+Green+Blue) = 107+241+229=577 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.54% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #6BF1E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BF1E5 is #940E1A. Grayscale: #C7C7C7. Windows color (decimal): -9702939 or 15069547. OLE color: 15069547.
HSL color Cylindrical-coordinate representation of color #6BF1E5: hue angle of 174.63º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF1E5 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 241 | 229 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.05 |
| HSL | 174.63º | 0.83% | 0.68% | - |
| HSV(B) | 174.63º | 0.56% | 0.95% | - |
| XYZ | 51.66 | 71.69 | 85.24 | - |
| YUV | 199.57 | 144.61 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 241 | 229 | 0.56 | 0 | 0.05 | 0.05 | 174.63 | 0.83 | 0.68 |
| Hex | 6B | F1 | E5 | 38 | 0 | 5 | 5 | AF | 53 | 44 |
| Octal | 153 | 361 | 345 | 70 | 0 | 5 | 5 | 257 | 123 | 104 |
| Binary | 1101011 | 11110001 | 11100101 | 111000 | 0 | 101 | 101 | 10101111 | 1010011 | 1000100 |
Color Harmonies of #6BF1E5
Complementary color
Monochromatic Colors of #6BF1E5
Black with #6BF1E5
Text Example
Text Example
White with #6BF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BF1E5; }
p { color: rgb(107,241,229); }
H1.HeaderClassName
{
color: #6BF1E5;
}
.AnyTagClassName
{
color: #6BF1E5;
}
</style>
background-color css
<style>
a { background-color: #6BF1E5; }
a { background-color: rgb(107,241,229); }
div.DivClassName
{
background-color: #6BF1E5;
}
.BgClassName
{
background-color: #6BF1E5;
}
</style>
border-color css
<style>
span { border-color: #6BF1E5; }
span { border-color: rgb(107,241,229); }
td.TdClassName
{
border-color: #6BF1E5;
}
.TagClassName
{
border-color: #6BF1E5;
}
</style>