Shades of Turquoise Blue #6BDEFF
Tints of Turquoise Blue #6BDEFF
RGB
CMYK
RGB Variations
Color information
#6BDEFF (or 0x6BDEFF) is known color: Turquoise Blue. HEX triplet: 6B, DE and FF. RGB value is (107,222,255). Sum of RGB (Red+Green+Blue) = 107+222+255=584 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.32% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #6BDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDEFF is #942100. Grayscale: #BFBFBF. Windows color (decimal): -9707777 or 16768619. OLE color: 16768619.
HSL color Cylindrical-coordinate representation of color #6BDEFF: hue angle of 193.38º 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 #6BDEFF is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 107 | 222 | 255 | - |
| CMYK | 0.58 | 0.13 | 0 | 0 |
| HSL | 193.38º | 1% | 0.71% | - |
| HSV(B) | 193.38º | 0.58% | 1% | - |
| XYZ | 50.23 | 62.59 | 104.04 | - |
| YUV | 191.38 | 163.9 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 222 | 255 | 0.58 | 0.13 | 0 | 0 | 193.38 | 1 | 0.71 |
| Hex | 6B | DE | FF | 3A | D | 0 | 0 | C1 | 64 | 47 |
| Octal | 153 | 336 | 377 | 72 | 15 | 0 | 0 | 301 | 144 | 107 |
| Binary | 1101011 | 11011110 | 11111111 | 111010 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000111 |
Color Harmonies of #6BDEFF
Complementary color
Monochromatic Colors of #6BDEFF
Black with #6BDEFF
Text Example
Text Example
White with #6BDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDEFF; }
p { color: rgb(107,222,255); }
H1.HeaderClassName
{
color: #6BDEFF;
}
.AnyTagClassName
{
color: #6BDEFF;
}
</style>
background-color css
<style>
a { background-color: #6BDEFF; }
a { background-color: rgb(107,222,255); }
div.DivClassName
{
background-color: #6BDEFF;
}
.BgClassName
{
background-color: #6BDEFF;
}
</style>
border-color css
<style>
span { border-color: #6BDEFF; }
span { border-color: rgb(107,222,255); }
td.TdClassName
{
border-color: #6BDEFF;
}
.TagClassName
{
border-color: #6BDEFF;
}
</style>