Shades of Turquoise Blue #69CDD0
Tints of Turquoise Blue #69CDD0
RGB
CMYK
RGB Variations
Color information
#69CDD0 (or 0x69CDD0) is known color: Turquoise Blue. HEX triplet: 69, CD and D0. RGB value is (105,205,208). Sum of RGB (Red+Green+Blue) = 105+205+208=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #69CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDD0 is #96322F. Grayscale: #AFAFAF. Windows color (decimal): -9843248 or 13684073. OLE color: 13684073.
HSL color Cylindrical-coordinate representation of color #69CDD0: hue angle of 181.75º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CDD0 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 205 | 208 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.18 |
| HSL | 181.75º | 0.52% | 0.61% | - |
| HSV(B) | 181.75º | 0.5% | 0.82% | - |
| XYZ | 39.04 | 51.22 | 67.5 | - |
| YUV | 175.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 208 | 0.50 | 0.01 | 0 | 0.18 | 181.75 | 0.52 | 0.61 |
| Hex | 69 | CD | D0 | 32 | 1 | 0 | 12 | B6 | 34 | 3D |
| Octal | 151 | 315 | 320 | 62 | 1 | 0 | 22 | 266 | 64 | 75 |
| Binary | 1101001 | 11001101 | 11010000 | 110010 | 1 | 0 | 10010 | 10110110 | 110100 | 111101 |
Color Harmonies of #69CDD0
Complementary color
Monochromatic Colors of #69CDD0
Black with #69CDD0
Text Example
Text Example
White with #69CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDD0; }
p { color: rgb(105,205,208); }
H1.HeaderClassName
{
color: #69CDD0;
}
.AnyTagClassName
{
color: #69CDD0;
}
</style>
background-color css
<style>
a { background-color: #69CDD0; }
a { background-color: rgb(105,205,208); }
div.DivClassName
{
background-color: #69CDD0;
}
.BgClassName
{
background-color: #69CDD0;
}
</style>
border-color css
<style>
span { border-color: #69CDD0; }
span { border-color: rgb(105,205,208); }
td.TdClassName
{
border-color: #69CDD0;
}
.TagClassName
{
border-color: #69CDD0;
}
</style>