Shades of Turquoise Blue #6DDBFE
Tints of Turquoise Blue #6DDBFE
RGB
CMYK
RGB Variations
Color information
#6DDBFE (or 0x6DDBFE) is known color: Turquoise Blue. HEX triplet: 6D, DB and FE. RGB value is (109,219,254). Sum of RGB (Red+Green+Blue) = 109+219+254=582 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.73% from 582); Green value is 219 (85.94% from 255 or 37.63% 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 #6DDBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBFE is #922401. Grayscale: #BDBDBD. Windows color (decimal): -9577474 or 16702317. OLE color: 16702317.
HSL color Cylindrical-coordinate representation of color #6DDBFE: hue angle of 194.48º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DDBFE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 219 | 254 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.00 |
| HSL | 194.48º | 0.99% | 0.71% | - |
| HSV(B) | 194.48º | 0.57% | 1% | - |
| XYZ | 49.53 | 61.07 | 102.94 | - |
| YUV | 190.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 254 | 0.57 | 0.14 | 0 | 0.00 | 194.48 | 0.99 | 0.71 |
| Hex | 6D | DB | FE | 39 | E | 0 | 0 | C2 | 63 | 47 |
| Octal | 155 | 333 | 376 | 71 | 16 | 0 | 0 | 302 | 143 | 107 |
| Binary | 1101101 | 11011011 | 11111110 | 111001 | 1110 | 0 | 0 | 11000010 | 1100011 | 1000111 |
Color Harmonies of #6DDBFE
Complementary color
Monochromatic Colors of #6DDBFE
Black with #6DDBFE
Text Example
Text Example
White with #6DDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBFE; }
p { color: rgb(109,219,254); }
H1.HeaderClassName
{
color: #6DDBFE;
}
.AnyTagClassName
{
color: #6DDBFE;
}
</style>
background-color css
<style>
a { background-color: #6DDBFE; }
a { background-color: rgb(109,219,254); }
div.DivClassName
{
background-color: #6DDBFE;
}
.BgClassName
{
background-color: #6DDBFE;
}
</style>
border-color css
<style>
span { border-color: #6DDBFE; }
span { border-color: rgb(109,219,254); }
td.TdClassName
{
border-color: #6DDBFE;
}
.TagClassName
{
border-color: #6DDBFE;
}
</style>