Shades of Turquoise Blue #6BCEEE
Tints of Turquoise Blue #6BCEEE
RGB
CMYK
RGB Variations
Color information
#6BCEEE (or 0x6BCEEE) is known color: Turquoise Blue. HEX triplet: 6B, CE and EE. RGB value is (107,206,238). Sum of RGB (Red+Green+Blue) = 107+206+238=551 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.42% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BCEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCEEE is #943111. Grayscale: #B3B3B3. Windows color (decimal): -9711890 or 15650411. OLE color: 15650411.
HSL color Cylindrical-coordinate representation of color #6BCEEE: hue angle of 194.66º 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 #6BCEEE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 206 | 238 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.07 |
| HSL | 194.66º | 0.79% | 0.68% | - |
| HSV(B) | 194.66º | 0.55% | 0.93% | - |
| XYZ | 43.57 | 53.44 | 88.91 | - |
| YUV | 180.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 206 | 238 | 0.55 | 0.13 | 0 | 0.07 | 194.66 | 0.79 | 0.68 |
| Hex | 6B | CE | EE | 37 | D | 0 | 7 | C3 | 4F | 44 |
| Octal | 153 | 316 | 356 | 67 | 15 | 0 | 7 | 303 | 117 | 104 |
| Binary | 1101011 | 11001110 | 11101110 | 110111 | 1101 | 0 | 111 | 11000011 | 1001111 | 1000100 |
Color Harmonies of #6BCEEE
Complementary color
Monochromatic Colors of #6BCEEE
Black with #6BCEEE
Text Example
Text Example
White with #6BCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCEEE; }
p { color: rgb(107,206,238); }
H1.HeaderClassName
{
color: #6BCEEE;
}
.AnyTagClassName
{
color: #6BCEEE;
}
</style>
background-color css
<style>
a { background-color: #6BCEEE; }
a { background-color: rgb(107,206,238); }
div.DivClassName
{
background-color: #6BCEEE;
}
.BgClassName
{
background-color: #6BCEEE;
}
</style>
border-color css
<style>
span { border-color: #6BCEEE; }
span { border-color: rgb(107,206,238); }
td.TdClassName
{
border-color: #6BCEEE;
}
.TagClassName
{
border-color: #6BCEEE;
}
</style>