Shades of Turquoise Blue #6BEAEE
Tints of Turquoise Blue #6BEAEE
RGB
CMYK
RGB Variations
Color information
#6BEAEE (or 0x6BEAEE) is known color: Turquoise Blue. HEX triplet: 6B, EA and EE. RGB value is (107,234,238). Sum of RGB (Red+Green+Blue) = 107+234+238=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BEAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEAEE is #941511. Grayscale: #C4C4C4. Windows color (decimal): -9704722 or 15657579. OLE color: 15657579.
HSL color Cylindrical-coordinate representation of color #6BEAEE: hue angle of 181.83º 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 #6BEAEE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 234 | 238 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.07 |
| HSL | 181.83º | 0.79% | 0.68% | - |
| HSV(B) | 181.83º | 0.55% | 0.93% | - |
| XYZ | 50.92 | 68.14 | 91.36 | - |
| YUV | 196.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 234 | 238 | 0.55 | 0.02 | 0 | 0.07 | 181.83 | 0.79 | 0.68 |
| Hex | 6B | EA | EE | 37 | 2 | 0 | 7 | B6 | 4F | 44 |
| Octal | 153 | 352 | 356 | 67 | 2 | 0 | 7 | 266 | 117 | 104 |
| Binary | 1101011 | 11101010 | 11101110 | 110111 | 10 | 0 | 111 | 10110110 | 1001111 | 1000100 |
Color Harmonies of #6BEAEE
Complementary color
Monochromatic Colors of #6BEAEE
Black with #6BEAEE
Text Example
Text Example
White with #6BEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BEAEE; }
p { color: rgb(107,234,238); }
H1.HeaderClassName
{
color: #6BEAEE;
}
.AnyTagClassName
{
color: #6BEAEE;
}
</style>
background-color css
<style>
a { background-color: #6BEAEE; }
a { background-color: rgb(107,234,238); }
div.DivClassName
{
background-color: #6BEAEE;
}
.BgClassName
{
background-color: #6BEAEE;
}
</style>
border-color css
<style>
span { border-color: #6BEAEE; }
span { border-color: rgb(107,234,238); }
td.TdClassName
{
border-color: #6BEAEE;
}
.TagClassName
{
border-color: #6BEAEE;
}
</style>