Shades of Turquoise Blue #6BDFFF
Tints of Turquoise Blue #6BDFFF
RGB
CMYK
RGB Variations
Color information
#6BDFFF (or 0x6BDFFF) is known color: Turquoise Blue. HEX triplet: 6B, DF and FF. RGB value is (107,223,255). Sum of RGB (Red+Green+Blue) = 107+223+255=585 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.29% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFFF is #942000. Grayscale: #BFBFBF. Windows color (decimal): -9707521 or 16768875. OLE color: 16768875.
HSL color Cylindrical-coordinate representation of color #6BDFFF: hue angle of 192.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDFFF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 223 | 255 | - |
| CMYK | 0.58 | 0.13 | 0 | 0 |
| HSL | 192.97º | 1% | 0.71% | - |
| HSV(B) | 192.97º | 0.58% | 1% | - |
| XYZ | 50.5 | 63.12 | 104.13 | - |
| YUV | 191.96 | 163.57 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 255 | 0.58 | 0.13 | 0 | 0 | 192.97 | 1 | 0.71 |
| Hex | 6B | DF | FF | 3A | D | 0 | 0 | C1 | 64 | 47 |
| Octal | 153 | 337 | 377 | 72 | 15 | 0 | 0 | 301 | 144 | 107 |
| Binary | 1101011 | 11011111 | 11111111 | 111010 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000111 |
Color Harmonies of #6BDFFF
Complementary color
Monochromatic Colors of #6BDFFF
Black with #6BDFFF
Text Example
Text Example
White with #6BDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDFFF; }
p { color: rgb(107,223,255); }
H1.HeaderClassName
{
color: #6BDFFF;
}
.AnyTagClassName
{
color: #6BDFFF;
}
</style>
background-color css
<style>
a { background-color: #6BDFFF; }
a { background-color: rgb(107,223,255); }
div.DivClassName
{
background-color: #6BDFFF;
}
.BgClassName
{
background-color: #6BDFFF;
}
</style>
border-color css
<style>
span { border-color: #6BDFFF; }
span { border-color: rgb(107,223,255); }
td.TdClassName
{
border-color: #6BDFFF;
}
.TagClassName
{
border-color: #6BDFFF;
}
</style>