Shades of Turquoise Blue #6CF1E7
Tints of Turquoise Blue #6CF1E7
RGB
CMYK
RGB Variations
Color information
#6CF1E7 (or 0x6CF1E7) is known color: Turquoise Blue. HEX triplet: 6C, F1 and E7. RGB value is (108,241,231). Sum of RGB (Red+Green+Blue) = 108+241+231=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #6CF1E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF1E7 is #930E18. Grayscale: #C8C8C8. Windows color (decimal): -9637401 or 15200620. OLE color: 15200620.
HSL color Cylindrical-coordinate representation of color #6CF1E7: hue angle of 175.49º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF1E7 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 241 | 231 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.05 |
| HSL | 175.49º | 0.83% | 0.68% | - |
| HSV(B) | 175.49º | 0.55% | 0.95% | - |
| XYZ | 52.06 | 71.87 | 86.73 | - |
| YUV | 200.09 | 145.44 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 241 | 231 | 0.55 | 0 | 0.04 | 0.05 | 175.49 | 0.83 | 0.68 |
| Hex | 6C | F1 | E7 | 37 | 0 | 4 | 5 | AF | 53 | 44 |
| Octal | 154 | 361 | 347 | 67 | 0 | 4 | 5 | 257 | 123 | 104 |
| Binary | 1101100 | 11110001 | 11100111 | 110111 | 0 | 100 | 101 | 10101111 | 1010011 | 1000100 |
Color Harmonies of #6CF1E7
Complementary color
Monochromatic Colors of #6CF1E7
Black with #6CF1E7
Text Example
Text Example
White with #6CF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CF1E7; }
p { color: rgb(108,241,231); }
H1.HeaderClassName
{
color: #6CF1E7;
}
.AnyTagClassName
{
color: #6CF1E7;
}
</style>
background-color css
<style>
a { background-color: #6CF1E7; }
a { background-color: rgb(108,241,231); }
div.DivClassName
{
background-color: #6CF1E7;
}
.BgClassName
{
background-color: #6CF1E7;
}
</style>
border-color css
<style>
span { border-color: #6CF1E7; }
span { border-color: rgb(108,241,231); }
td.TdClassName
{
border-color: #6CF1E7;
}
.TagClassName
{
border-color: #6CF1E7;
}
</style>