Shades of Turquoise Blue #69DFDD
Tints of Turquoise Blue #69DFDD
RGB
CMYK
RGB Variations
Color information
#69DFDD (or 0x69DFDD) is known color: Turquoise Blue. HEX triplet: 69, DF and DD. RGB value is (105,223,221). Sum of RGB (Red+Green+Blue) = 105+223+221=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #69DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DFDD is #962022. Grayscale: #BBBBBB. Windows color (decimal): -9838627 or 14540649. OLE color: 14540649.
HSL color Cylindrical-coordinate representation of color #69DFDD: hue angle of 178.98º 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 #69DFDD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 223 | 221 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.65% | 0.64% | - |
| HSV(B) | 178.98º | 0.53% | 0.87% | - |
| XYZ | 45.26 | 61 | 77.79 | - |
| YUV | 187.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 223 | 221 | 0.53 | 0 | 0.01 | 0.13 | 178.98 | 0.65 | 0.64 |
| Hex | 69 | DF | DD | 35 | 0 | 1 | D | B3 | 41 | 40 |
| Octal | 151 | 337 | 335 | 65 | 0 | 1 | 15 | 263 | 101 | 100 |
| Binary | 1101001 | 11011111 | 11011101 | 110101 | 0 | 1 | 1101 | 10110011 | 1000001 | 1000000 |
Color Harmonies of #69DFDD
Complementary color
Monochromatic Colors of #69DFDD
Black with #69DFDD
Text Example
Text Example
White with #69DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DFDD; }
p { color: rgb(105,223,221); }
H1.HeaderClassName
{
color: #69DFDD;
}
.AnyTagClassName
{
color: #69DFDD;
}
</style>
background-color css
<style>
a { background-color: #69DFDD; }
a { background-color: rgb(105,223,221); }
div.DivClassName
{
background-color: #69DFDD;
}
.BgClassName
{
background-color: #69DFDD;
}
</style>
border-color css
<style>
span { border-color: #69DFDD; }
span { border-color: rgb(105,223,221); }
td.TdClassName
{
border-color: #69DFDD;
}
.TagClassName
{
border-color: #69DFDD;
}
</style>