Shades of Turquoise Blue #6BEEE4
Tints of Turquoise Blue #6BEEE4
RGB
CMYK
RGB Variations
Color information
#6BEEE4 (or 0x6BEEE4) is known color: Turquoise Blue. HEX triplet: 6B, EE and E4. RGB value is (107,238,228). Sum of RGB (Red+Green+Blue) = 107+238+228=573 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.67% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEE4 is #94111B. Grayscale: #C5C5C5. Windows color (decimal): -9703708 or 15003243. OLE color: 15003243.
HSL color Cylindrical-coordinate representation of color #6BEEE4: hue angle of 175.42º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BEEE4 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 238 | 228 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.07 |
| HSL | 175.42º | 0.79% | 0.68% | - |
| HSV(B) | 175.42º | 0.55% | 0.93% | - |
| XYZ | 50.64 | 69.88 | 84.22 | - |
| YUV | 197.69 | 145.1 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 238 | 228 | 0.55 | 0 | 0.04 | 0.07 | 175.42 | 0.79 | 0.68 |
| Hex | 6B | EE | E4 | 37 | 0 | 4 | 7 | AF | 4F | 44 |
| Octal | 153 | 356 | 344 | 67 | 0 | 4 | 7 | 257 | 117 | 104 |
| Binary | 1101011 | 11101110 | 11100100 | 110111 | 0 | 100 | 111 | 10101111 | 1001111 | 1000100 |
Color Harmonies of #6BEEE4
Complementary color
Monochromatic Colors of #6BEEE4
Black with #6BEEE4
Text Example
Text Example
White with #6BEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEEE4; }
p { color: rgb(107,238,228); }
H1.HeaderClassName
{
color: #6BEEE4;
}
.AnyTagClassName
{
color: #6BEEE4;
}
</style>
background-color css
<style>
a { background-color: #6BEEE4; }
a { background-color: rgb(107,238,228); }
div.DivClassName
{
background-color: #6BEEE4;
}
.BgClassName
{
background-color: #6BEEE4;
}
</style>
border-color css
<style>
span { border-color: #6BEEE4; }
span { border-color: rgb(107,238,228); }
td.TdClassName
{
border-color: #6BEEE4;
}
.TagClassName
{
border-color: #6BEEE4;
}
</style>