Shades of Turquoise Blue #69D4DA
Tints of Turquoise Blue #69D4DA
RGB
CMYK
RGB Variations
Color information
#69D4DA (or 0x69D4DA) is known color: Turquoise Blue. HEX triplet: 69, D4 and DA. RGB value is (105,212,218). Sum of RGB (Red+Green+Blue) = 105+212+218=535 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.63% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #69D4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4DA is #962B25. Grayscale: #B4B4B4. Windows color (decimal): -9841446 or 14341225. OLE color: 14341225.
HSL color Cylindrical-coordinate representation of color #69D4DA: hue angle of 183.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69D4DA is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 212 | 218 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.15 |
| HSL | 183.19º | 0.6% | 0.63% | - |
| HSV(B) | 183.19º | 0.52% | 0.85% | - |
| XYZ | 42.02 | 55.15 | 74.76 | - |
| YUV | 180.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 212 | 218 | 0.52 | 0.03 | 0 | 0.15 | 183.19 | 0.6 | 0.63 |
| Hex | 69 | D4 | DA | 34 | 3 | 0 | F | B7 | 3C | 3F |
| Octal | 151 | 324 | 332 | 64 | 3 | 0 | 17 | 267 | 74 | 77 |
| Binary | 1101001 | 11010100 | 11011010 | 110100 | 11 | 0 | 1111 | 10110111 | 111100 | 111111 |
Color Harmonies of #69D4DA
Complementary color
Monochromatic Colors of #69D4DA
Black with #69D4DA
Text Example
Text Example
White with #69D4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D4DA; }
p { color: rgb(105,212,218); }
H1.HeaderClassName
{
color: #69D4DA;
}
.AnyTagClassName
{
color: #69D4DA;
}
</style>
background-color css
<style>
a { background-color: #69D4DA; }
a { background-color: rgb(105,212,218); }
div.DivClassName
{
background-color: #69D4DA;
}
.BgClassName
{
background-color: #69D4DA;
}
</style>
border-color css
<style>
span { border-color: #69D4DA; }
span { border-color: rgb(105,212,218); }
td.TdClassName
{
border-color: #69D4DA;
}
.TagClassName
{
border-color: #69D4DA;
}
</style>