Shades of Turquoise Blue #6BDDFE
Tints of Turquoise Blue #6BDDFE
RGB
CMYK
RGB Variations
Color information
#6BDDFE (or 0x6BDDFE) is known color: Turquoise Blue. HEX triplet: 6B, DD and FE. RGB value is (107,221,254). Sum of RGB (Red+Green+Blue) = 107+221+254=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #6BDDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDDFE is #942201. Grayscale: #BEBEBE. Windows color (decimal): -9708034 or 16702827. OLE color: 16702827.
HSL color Cylindrical-coordinate representation of color #6BDDFE: hue angle of 193.47º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDDFE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 221 | 254 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.00 |
| HSL | 193.47º | 0.99% | 0.71% | - |
| HSV(B) | 193.47º | 0.58% | 1% | - |
| XYZ | 49.81 | 61.99 | 103.11 | - |
| YUV | 190.68 | 163.73 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 254 | 0.58 | 0.13 | 0 | 0.00 | 193.47 | 0.99 | 0.71 |
| Hex | 6B | DD | FE | 3A | D | 0 | 0 | C1 | 63 | 47 |
| Octal | 153 | 335 | 376 | 72 | 15 | 0 | 0 | 301 | 143 | 107 |
| Binary | 1101011 | 11011101 | 11111110 | 111010 | 1101 | 0 | 0 | 11000001 | 1100011 | 1000111 |
Color Harmonies of #6BDDFE
Complementary color
Monochromatic Colors of #6BDDFE
Black with #6BDDFE
Text Example
Text Example
White with #6BDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDDFE; }
p { color: rgb(107,221,254); }
H1.HeaderClassName
{
color: #6BDDFE;
}
.AnyTagClassName
{
color: #6BDDFE;
}
</style>
background-color css
<style>
a { background-color: #6BDDFE; }
a { background-color: rgb(107,221,254); }
div.DivClassName
{
background-color: #6BDDFE;
}
.BgClassName
{
background-color: #6BDDFE;
}
</style>
border-color css
<style>
span { border-color: #6BDDFE; }
span { border-color: rgb(107,221,254); }
td.TdClassName
{
border-color: #6BDDFE;
}
.TagClassName
{
border-color: #6BDDFE;
}
</style>