Shades of Turquoise Blue #69DBFF
Tints of Turquoise Blue #69DBFF
RGB
CMYK
RGB Variations
Color information
#69DBFF (or 0x69DBFF) is known color: Turquoise Blue. HEX triplet: 69, DB and FF. RGB value is (105,219,255). Sum of RGB (Red+Green+Blue) = 105+219+255=579 (76% of max value = 765). Red value is 105 (41.41% from 255 or 18.13% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #69DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69DBFF is #962400. Grayscale: #BCBCBC. Windows color (decimal): -9839617 or 16767849. OLE color: 16767849.
HSL color Cylindrical-coordinate representation of color #69DBFF: hue angle of 194.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69DBFF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 219 | 255 | - |
| CMYK | 0.59 | 0.14 | 0 | 0 |
| HSL | 194.4º | 1% | 0.71% | - |
| HSV(B) | 194.4º | 0.59% | 1% | - |
| XYZ | 49.21 | 60.89 | 103.77 | - |
| YUV | 189.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 255 | 0.59 | 0.14 | 0 | 0 | 194.4 | 1 | 0.71 |
| Hex | 69 | DB | FF | 3B | E | 0 | 0 | C2 | 64 | 47 |
| Octal | 151 | 333 | 377 | 73 | 16 | 0 | 0 | 302 | 144 | 107 |
| Binary | 1101001 | 11011011 | 11111111 | 111011 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000111 |
Color Harmonies of #69DBFF
Complementary color
Monochromatic Colors of #69DBFF
Black with #69DBFF
Text Example
Text Example
White with #69DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBFF; }
p { color: rgb(105,219,255); }
H1.HeaderClassName
{
color: #69DBFF;
}
.AnyTagClassName
{
color: #69DBFF;
}
</style>
background-color css
<style>
a { background-color: #69DBFF; }
a { background-color: rgb(105,219,255); }
div.DivClassName
{
background-color: #69DBFF;
}
.BgClassName
{
background-color: #69DBFF;
}
</style>
border-color css
<style>
span { border-color: #69DBFF; }
span { border-color: rgb(105,219,255); }
td.TdClassName
{
border-color: #69DBFF;
}
.TagClassName
{
border-color: #69DBFF;
}
</style>