Shades of Turquoise Blue #6BEAF6
Tints of Turquoise Blue #6BEAF6
RGB
CMYK
RGB Variations
Color information
#6BEAF6 (or 0x6BEAF6) is known color: Turquoise Blue. HEX triplet: 6B, EA and F6. RGB value is (107,234,246). Sum of RGB (Red+Green+Blue) = 107+234+246=587 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.23% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #6BEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAF6 is #941509. Grayscale: #C5C5C5. Windows color (decimal): -9704714 or 16181867. OLE color: 16181867.
HSL color Cylindrical-coordinate representation of color #6BEAF6: hue angle of 185.18º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BEAF6 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 234 | 246 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.04 |
| HSL | 185.18º | 0.89% | 0.69% | - |
| HSV(B) | 185.18º | 0.57% | 0.96% | - |
| XYZ | 52.12 | 68.63 | 97.69 | - |
| YUV | 197.4 | 155.42 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 246 | 0.57 | 0.05 | 0 | 0.04 | 185.18 | 0.89 | 0.69 |
| Hex | 6B | EA | F6 | 39 | 5 | 0 | 4 | B9 | 59 | 45 |
| Octal | 153 | 352 | 366 | 71 | 5 | 0 | 4 | 271 | 131 | 105 |
| Binary | 1101011 | 11101010 | 11110110 | 111001 | 101 | 0 | 100 | 10111001 | 1011001 | 1000101 |
Color Harmonies of #6BEAF6
Complementary color
Monochromatic Colors of #6BEAF6
Black with #6BEAF6
Text Example
Text Example
White with #6BEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAF6; }
p { color: rgb(107,234,246); }
H1.HeaderClassName
{
color: #6BEAF6;
}
.AnyTagClassName
{
color: #6BEAF6;
}
</style>
background-color css
<style>
a { background-color: #6BEAF6; }
a { background-color: rgb(107,234,246); }
div.DivClassName
{
background-color: #6BEAF6;
}
.BgClassName
{
background-color: #6BEAF6;
}
</style>
border-color css
<style>
span { border-color: #6BEAF6; }
span { border-color: rgb(107,234,246); }
td.TdClassName
{
border-color: #6BEAF6;
}
.TagClassName
{
border-color: #6BEAF6;
}
</style>