Shades of Turquoise Blue #6BEFE5
Tints of Turquoise Blue #6BEFE5
RGB
CMYK
RGB Variations
Color information
#6BEFE5 (or 0x6BEFE5) is known color: Turquoise Blue. HEX triplet: 6B, EF and E5. RGB value is (107,239,229). Sum of RGB (Red+Green+Blue) = 107+239+229=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFE5 is #94101A. Grayscale: #C6C6C6. Windows color (decimal): -9703451 or 15069035. OLE color: 15069035.
HSL color Cylindrical-coordinate representation of color #6BEFE5: hue angle of 175.45º degrees, saturation: 0.8, 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 #6BEFE5 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 239 | 229 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.06 |
| HSL | 175.45º | 0.8% | 0.68% | - |
| HSV(B) | 175.45º | 0.55% | 0.94% | - |
| XYZ | 51.07 | 70.52 | 85.05 | - |
| YUV | 198.39 | 145.27 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 239 | 229 | 0.55 | 0 | 0.04 | 0.06 | 175.45 | 0.8 | 0.68 |
| Hex | 6B | EF | E5 | 37 | 0 | 4 | 6 | AF | 50 | 44 |
| Octal | 153 | 357 | 345 | 67 | 0 | 4 | 6 | 257 | 120 | 104 |
| Binary | 1101011 | 11101111 | 11100101 | 110111 | 0 | 100 | 110 | 10101111 | 1010000 | 1000100 |
Color Harmonies of #6BEFE5
Complementary color
Monochromatic Colors of #6BEFE5
Black with #6BEFE5
Text Example
Text Example
White with #6BEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEFE5; }
p { color: rgb(107,239,229); }
H1.HeaderClassName
{
color: #6BEFE5;
}
.AnyTagClassName
{
color: #6BEFE5;
}
</style>
background-color css
<style>
a { background-color: #6BEFE5; }
a { background-color: rgb(107,239,229); }
div.DivClassName
{
background-color: #6BEFE5;
}
.BgClassName
{
background-color: #6BEFE5;
}
</style>
border-color css
<style>
span { border-color: #6BEFE5; }
span { border-color: rgb(107,239,229); }
td.TdClassName
{
border-color: #6BEFE5;
}
.TagClassName
{
border-color: #6BEFE5;
}
</style>