Shades of Turquoise Blue #69DFE0
Tints of Turquoise Blue #69DFE0
RGB
CMYK
RGB Variations
Color information
#69DFE0 (or 0x69DFE0) is known color: Turquoise Blue. HEX triplet: 69, DF and E0. RGB value is (105,223,224). Sum of RGB (Red+Green+Blue) = 105+223+224=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #69DFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFE0 is #96201F. Grayscale: #BBBBBB. Windows color (decimal): -9838624 or 14737257. OLE color: 14737257.
HSL color Cylindrical-coordinate representation of color #69DFE0: hue angle of 180.5º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DFE0 is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 223 | 224 | - |
| CMYK | 0.53 | 0.00 | 0 | 0.12 |
| HSL | 180.5º | 0.66% | 0.65% | - |
| HSV(B) | 180.5º | 0.53% | 0.88% | - |
| XYZ | 45.67 | 61.16 | 79.92 | - |
| YUV | 187.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 224 | 0.53 | 0.00 | 0 | 0.12 | 180.5 | 0.66 | 0.65 |
| Hex | 69 | DF | E0 | 35 | 0 | 0 | C | B5 | 42 | 41 |
| Octal | 151 | 337 | 340 | 65 | 0 | 0 | 14 | 265 | 102 | 101 |
| Binary | 1101001 | 11011111 | 11100000 | 110101 | 0 | 0 | 1100 | 10110101 | 1000010 | 1000001 |
Color Harmonies of #69DFE0
Complementary color
Monochromatic Colors of #69DFE0
Black with #69DFE0
Text Example
Text Example
White with #69DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFE0; }
p { color: rgb(105,223,224); }
H1.HeaderClassName
{
color: #69DFE0;
}
.AnyTagClassName
{
color: #69DFE0;
}
</style>
background-color css
<style>
a { background-color: #69DFE0; }
a { background-color: rgb(105,223,224); }
div.DivClassName
{
background-color: #69DFE0;
}
.BgClassName
{
background-color: #69DFE0;
}
</style>
border-color css
<style>
span { border-color: #69DFE0; }
span { border-color: rgb(105,223,224); }
td.TdClassName
{
border-color: #69DFE0;
}
.TagClassName
{
border-color: #69DFE0;
}
</style>