Shades of Turquoise Blue #69E0FD
Tints of Turquoise Blue #69E0FD
RGB
CMYK
RGB Variations
Color information
#69E0FD (or 0x69E0FD) is known color: Turquoise Blue. HEX triplet: 69, E0 and FD. RGB value is (105,224,253). Sum of RGB (Red+Green+Blue) = 105+224+253=582 (77% of max value = 765). Red value is 105 (41.41% from 255 or 18.04% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #69E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E0FD is #961F02. Grayscale: #BFBFBF. Windows color (decimal): -9838339 or 16638057. OLE color: 16638057.
HSL color Cylindrical-coordinate representation of color #69E0FD: hue angle of 191.76º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69E0FD is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 224 | 253 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.01 |
| HSL | 191.76º | 0.97% | 0.7% | - |
| HSV(B) | 191.76º | 0.58% | 0.99% | - |
| XYZ | 50.21 | 63.41 | 102.52 | - |
| YUV | 191.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 253 | 0.58 | 0.11 | 0 | 0.01 | 191.76 | 0.97 | 0.7 |
| Hex | 69 | E0 | FD | 3A | B | 0 | 1 | C0 | 61 | 46 |
| Octal | 151 | 340 | 375 | 72 | 13 | 0 | 1 | 300 | 141 | 106 |
| Binary | 1101001 | 11100000 | 11111101 | 111010 | 1011 | 0 | 1 | 11000000 | 1100001 | 1000110 |
Color Harmonies of #69E0FD
Complementary color
Monochromatic Colors of #69E0FD
Black with #69E0FD
Text Example
Text Example
White with #69E0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E0FD; }
p { color: rgb(105,224,253); }
H1.HeaderClassName
{
color: #69E0FD;
}
.AnyTagClassName
{
color: #69E0FD;
}
</style>
background-color css
<style>
a { background-color: #69E0FD; }
a { background-color: rgb(105,224,253); }
div.DivClassName
{
background-color: #69E0FD;
}
.BgClassName
{
background-color: #69E0FD;
}
</style>
border-color css
<style>
span { border-color: #69E0FD; }
span { border-color: rgb(105,224,253); }
td.TdClassName
{
border-color: #69E0FD;
}
.TagClassName
{
border-color: #69E0FD;
}
</style>