Shades of Turquoise Blue #69D9F5
Tints of Turquoise Blue #69D9F5
RGB
CMYK
RGB Variations
Color information
#69D9F5 (or 0x69D9F5) is known color: Turquoise Blue. HEX triplet: 69, D9 and F5. RGB value is (105,217,245). Sum of RGB (Red+Green+Blue) = 105+217+245=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #69D9F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D9F5 is #96260A. Grayscale: #BABABA. Windows color (decimal): -9840139 or 16111977. OLE color: 16111977.
HSL color Cylindrical-coordinate representation of color #69D9F5: hue angle of 192º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69D9F5 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 217 | 245 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.04 |
| HSL | 192º | 0.88% | 0.69% | - |
| HSV(B) | 192º | 0.57% | 0.96% | - |
| XYZ | 47.12 | 59.22 | 95.33 | - |
| YUV | 186.7 | 160.89 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 217 | 245 | 0.57 | 0.11 | 0 | 0.04 | 192 | 0.88 | 0.69 |
| Hex | 69 | D9 | F5 | 39 | B | 0 | 4 | C0 | 58 | 45 |
| Octal | 151 | 331 | 365 | 71 | 13 | 0 | 4 | 300 | 130 | 105 |
| Binary | 1101001 | 11011001 | 11110101 | 111001 | 1011 | 0 | 100 | 11000000 | 1011000 | 1000101 |
Color Harmonies of #69D9F5
Complementary color
Monochromatic Colors of #69D9F5
Black with #69D9F5
Text Example
Text Example
White with #69D9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D9F5; }
p { color: rgb(105,217,245); }
H1.HeaderClassName
{
color: #69D9F5;
}
.AnyTagClassName
{
color: #69D9F5;
}
</style>
background-color css
<style>
a { background-color: #69D9F5; }
a { background-color: rgb(105,217,245); }
div.DivClassName
{
background-color: #69D9F5;
}
.BgClassName
{
background-color: #69D9F5;
}
</style>
border-color css
<style>
span { border-color: #69D9F5; }
span { border-color: rgb(105,217,245); }
td.TdClassName
{
border-color: #69D9F5;
}
.TagClassName
{
border-color: #69D9F5;
}
</style>