Shades of Turquoise Blue #6BCCEF
Tints of Turquoise Blue #6BCCEF
RGB
CMYK
RGB Variations
Color information
#6BCCEF (or 0x6BCCEF) is known color: Turquoise Blue. HEX triplet: 6B, CC and EF. RGB value is (107,204,239). Sum of RGB (Red+Green+Blue) = 107+204+239=550 (72% of max value = 765). Red value is 107 (42.19% from 255 or 19.45% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BCCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCCEF is #943310. Grayscale: #B2B2B2. Windows color (decimal): -9712401 or 15715435. OLE color: 15715435.
HSL color Cylindrical-coordinate representation of color #6BCCEF: hue angle of 195.91º 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 #6BCCEF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 204 | 239 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.06 |
| HSL | 195.91º | 0.8% | 0.68% | - |
| HSV(B) | 195.91º | 0.55% | 0.94% | - |
| XYZ | 43.24 | 52.54 | 89.52 | - |
| YUV | 178.99 | 161.86 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 239 | 0.55 | 0.15 | 0 | 0.06 | 195.91 | 0.8 | 0.68 |
| Hex | 6B | CC | EF | 37 | F | 0 | 6 | C4 | 50 | 44 |
| Octal | 153 | 314 | 357 | 67 | 17 | 0 | 6 | 304 | 120 | 104 |
| Binary | 1101011 | 11001100 | 11101111 | 110111 | 1111 | 0 | 110 | 11000100 | 1010000 | 1000100 |
Color Harmonies of #6BCCEF
Complementary color
Monochromatic Colors of #6BCCEF
Black with #6BCCEF
Text Example
Text Example
White with #6BCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCCEF; }
p { color: rgb(107,204,239); }
H1.HeaderClassName
{
color: #6BCCEF;
}
.AnyTagClassName
{
color: #6BCCEF;
}
</style>
background-color css
<style>
a { background-color: #6BCCEF; }
a { background-color: rgb(107,204,239); }
div.DivClassName
{
background-color: #6BCCEF;
}
.BgClassName
{
background-color: #6BCCEF;
}
</style>
border-color css
<style>
span { border-color: #6BCCEF; }
span { border-color: rgb(107,204,239); }
td.TdClassName
{
border-color: #6BCCEF;
}
.TagClassName
{
border-color: #6BCCEF;
}
</style>