Shades of Turquoise Blue #6BDEFC
Tints of Turquoise Blue #6BDEFC
RGB
CMYK
RGB Variations
Color information
#6BDEFC (or 0x6BDEFC) is known color: Turquoise Blue. HEX triplet: 6B, DE and FC. RGB value is (107,222,252). Sum of RGB (Red+Green+Blue) = 107+222+252=581 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.42% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BDEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEFC is #942103. Grayscale: #BEBEBE. Windows color (decimal): -9707780 or 16572011. OLE color: 16572011.
HSL color Cylindrical-coordinate representation of color #6BDEFC: hue angle of 192.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDEFC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 222 | 252 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.01 |
| HSL | 192.41º | 0.96% | 0.7% | - |
| HSV(B) | 192.41º | 0.58% | 0.99% | - |
| XYZ | 49.76 | 62.4 | 101.52 | - |
| YUV | 191.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 252 | 0.58 | 0.12 | 0 | 0.01 | 192.41 | 0.96 | 0.7 |
| Hex | 6B | DE | FC | 3A | C | 0 | 1 | C0 | 60 | 46 |
| Octal | 153 | 336 | 374 | 72 | 14 | 0 | 1 | 300 | 140 | 106 |
| Binary | 1101011 | 11011110 | 11111100 | 111010 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000110 |
Color Harmonies of #6BDEFC
Complementary color
Monochromatic Colors of #6BDEFC
Black with #6BDEFC
Text Example
Text Example
White with #6BDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEFC; }
p { color: rgb(107,222,252); }
H1.HeaderClassName
{
color: #6BDEFC;
}
.AnyTagClassName
{
color: #6BDEFC;
}
</style>
background-color css
<style>
a { background-color: #6BDEFC; }
a { background-color: rgb(107,222,252); }
div.DivClassName
{
background-color: #6BDEFC;
}
.BgClassName
{
background-color: #6BDEFC;
}
</style>
border-color css
<style>
span { border-color: #6BDEFC; }
span { border-color: rgb(107,222,252); }
td.TdClassName
{
border-color: #6BDEFC;
}
.TagClassName
{
border-color: #6BDEFC;
}
</style>