Shades of Turquoise Blue #6BDCFC
Tints of Turquoise Blue #6BDCFC
RGB
CMYK
RGB Variations
Color information
#6BDCFC (or 0x6BDCFC) is known color: Turquoise Blue. HEX triplet: 6B, DC and FC. RGB value is (107,220,252). Sum of RGB (Red+Green+Blue) = 107+220+252=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDCFC is #942303. Grayscale: #BDBDBD. Windows color (decimal): -9708292 or 16571499. OLE color: 16571499.
HSL color Cylindrical-coordinate representation of color #6BDCFC: hue angle of 193.24º 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 #6BDCFC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 220 | 252 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.01 |
| HSL | 193.24º | 0.96% | 0.7% | - |
| HSV(B) | 193.24º | 0.58% | 0.99% | - |
| XYZ | 49.23 | 61.34 | 101.34 | - |
| YUV | 189.86 | 163.06 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 252 | 0.58 | 0.13 | 0 | 0.01 | 193.24 | 0.96 | 0.7 |
| Hex | 6B | DC | FC | 3A | D | 0 | 1 | C1 | 60 | 46 |
| Octal | 153 | 334 | 374 | 72 | 15 | 0 | 1 | 301 | 140 | 106 |
| Binary | 1101011 | 11011100 | 11111100 | 111010 | 1101 | 0 | 1 | 11000001 | 1100000 | 1000110 |
Color Harmonies of #6BDCFC
Complementary color
Monochromatic Colors of #6BDCFC
Black with #6BDCFC
Text Example
Text Example
White with #6BDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDCFC; }
p { color: rgb(107,220,252); }
H1.HeaderClassName
{
color: #6BDCFC;
}
.AnyTagClassName
{
color: #6BDCFC;
}
</style>
background-color css
<style>
a { background-color: #6BDCFC; }
a { background-color: rgb(107,220,252); }
div.DivClassName
{
background-color: #6BDCFC;
}
.BgClassName
{
background-color: #6BDCFC;
}
</style>
border-color css
<style>
span { border-color: #6BDCFC; }
span { border-color: rgb(107,220,252); }
td.TdClassName
{
border-color: #6BDCFC;
}
.TagClassName
{
border-color: #6BDCFC;
}
</style>