Shades of Turquoise Blue #69CDDD
Tints of Turquoise Blue #69CDDD
RGB
CMYK
RGB Variations
Color information
#69CDDD (or 0x69CDDD) is known color: Turquoise Blue. HEX triplet: 69, CD and DD. RGB value is (105,205,221). Sum of RGB (Red+Green+Blue) = 105+205+221=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #69CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDDD is #963222. Grayscale: #B0B0B0. Windows color (decimal): -9843235 or 14536041. OLE color: 14536041.
HSL color Cylindrical-coordinate representation of color #69CDDD: hue angle of 188.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CDDD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 205 | 221 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.13 |
| HSL | 188.28º | 0.63% | 0.64% | - |
| HSV(B) | 188.28º | 0.52% | 0.87% | - |
| XYZ | 40.71 | 51.89 | 76.28 | - |
| YUV | 176.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 221 | 0.52 | 0.07 | 0 | 0.13 | 188.28 | 0.63 | 0.64 |
| Hex | 69 | CD | DD | 34 | 7 | 0 | D | BC | 3F | 40 |
| Octal | 151 | 315 | 335 | 64 | 7 | 0 | 15 | 274 | 77 | 100 |
| Binary | 1101001 | 11001101 | 11011101 | 110100 | 111 | 0 | 1101 | 10111100 | 111111 | 1000000 |
Color Harmonies of #69CDDD
Complementary color
Monochromatic Colors of #69CDDD
Black with #69CDDD
Text Example
Text Example
White with #69CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDDD; }
p { color: rgb(105,205,221); }
H1.HeaderClassName
{
color: #69CDDD;
}
.AnyTagClassName
{
color: #69CDDD;
}
</style>
background-color css
<style>
a { background-color: #69CDDD; }
a { background-color: rgb(105,205,221); }
div.DivClassName
{
background-color: #69CDDD;
}
.BgClassName
{
background-color: #69CDDD;
}
</style>
border-color css
<style>
span { border-color: #69CDDD; }
span { border-color: rgb(105,205,221); }
td.TdClassName
{
border-color: #69CDDD;
}
.TagClassName
{
border-color: #69CDDD;
}
</style>