Shades of Turquoise Blue #69DCDF
Tints of Turquoise Blue #69DCDF
RGB
CMYK
RGB Variations
Color information
#69DCDF (or 0x69DCDF) is known color: Turquoise Blue. HEX triplet: 69, DC and DF. RGB value is (105,220,223). Sum of RGB (Red+Green+Blue) = 105+220+223=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #69DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCDF is #962320. Grayscale: #B9B9B9. Windows color (decimal): -9839393 or 14670953. OLE color: 14670953.
HSL color Cylindrical-coordinate representation of color #69DCDF: hue angle of 181.53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DCDF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 220 | 223 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.13 |
| HSL | 181.53º | 0.65% | 0.64% | - |
| HSV(B) | 181.53º | 0.53% | 0.87% | - |
| XYZ | 44.74 | 59.52 | 78.94 | - |
| YUV | 185.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 223 | 0.53 | 0.01 | 0 | 0.13 | 181.53 | 0.65 | 0.64 |
| Hex | 69 | DC | DF | 35 | 1 | 0 | D | B6 | 41 | 40 |
| Octal | 151 | 334 | 337 | 65 | 1 | 0 | 15 | 266 | 101 | 100 |
| Binary | 1101001 | 11011100 | 11011111 | 110101 | 1 | 0 | 1101 | 10110110 | 1000001 | 1000000 |
Color Harmonies of #69DCDF
Complementary color
Monochromatic Colors of #69DCDF
Black with #69DCDF
Text Example
Text Example
White with #69DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCDF; }
p { color: rgb(105,220,223); }
H1.HeaderClassName
{
color: #69DCDF;
}
.AnyTagClassName
{
color: #69DCDF;
}
</style>
background-color css
<style>
a { background-color: #69DCDF; }
a { background-color: rgb(105,220,223); }
div.DivClassName
{
background-color: #69DCDF;
}
.BgClassName
{
background-color: #69DCDF;
}
</style>
border-color css
<style>
span { border-color: #69DCDF; }
span { border-color: rgb(105,220,223); }
td.TdClassName
{
border-color: #69DCDF;
}
.TagClassName
{
border-color: #69DCDF;
}
</style>