Shades of Turquoise Blue #6BEAF7
Tints of Turquoise Blue #6BEAF7
RGB
CMYK
RGB Variations
Color information
#6BEAF7 (or 0x6BEAF7) is known color: Turquoise Blue. HEX triplet: 6B, EA and F7. RGB value is (107,234,247). Sum of RGB (Red+Green+Blue) = 107+234+247=588 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.20% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #6BEAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAF7 is #941508. Grayscale: #C5C5C5. Windows color (decimal): -9704713 or 16247403. OLE color: 16247403.
HSL color Cylindrical-coordinate representation of color #6BEAF7: hue angle of 185.57º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BEAF7 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 107 | 234 | 247 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.03 |
| HSL | 185.57º | 0.9% | 0.69% | - |
| HSV(B) | 185.57º | 0.57% | 0.97% | - |
| XYZ | 52.27 | 68.69 | 98.5 | - |
| YUV | 197.51 | 155.92 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 247 | 0.57 | 0.05 | 0 | 0.03 | 185.57 | 0.9 | 0.69 |
| Hex | 6B | EA | F7 | 39 | 5 | 0 | 3 | BA | 5A | 45 |
| Octal | 153 | 352 | 367 | 71 | 5 | 0 | 3 | 272 | 132 | 105 |
| Binary | 1101011 | 11101010 | 11110111 | 111001 | 101 | 0 | 11 | 10111010 | 1011010 | 1000101 |
Color Harmonies of #6BEAF7
Complementary color
Monochromatic Colors of #6BEAF7
Black with #6BEAF7
Text Example
Text Example
White with #6BEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAF7; }
p { color: rgb(107,234,247); }
H1.HeaderClassName
{
color: #6BEAF7;
}
.AnyTagClassName
{
color: #6BEAF7;
}
</style>
background-color css
<style>
a { background-color: #6BEAF7; }
a { background-color: rgb(107,234,247); }
div.DivClassName
{
background-color: #6BEAF7;
}
.BgClassName
{
background-color: #6BEAF7;
}
</style>
border-color css
<style>
span { border-color: #6BEAF7; }
span { border-color: rgb(107,234,247); }
td.TdClassName
{
border-color: #6BEAF7;
}
.TagClassName
{
border-color: #6BEAF7;
}
</style>