Shades of Turquoise Blue #67DADD
Tints of Turquoise Blue #67DADD
RGB
CMYK
RGB Variations
Color information
#67DADD (or 0x67DADD) is known color: Turquoise Blue. HEX triplet: 67, DA and DD. RGB value is (103,218,221). Sum of RGB (Red+Green+Blue) = 103+218+221=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #67DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DADD is #982522. Grayscale: #B7B7B7. Windows color (decimal): -9970979 or 14539367. OLE color: 14539367.
HSL color Cylindrical-coordinate representation of color #67DADD: hue angle of 181.53º degrees, saturation: 0.63, 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 #67DADD is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 218 | 221 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.13 |
| HSL | 181.53º | 0.63% | 0.64% | - |
| HSV(B) | 181.53º | 0.53% | 0.87% | - |
| XYZ | 43.72 | 58.25 | 77.35 | - |
| YUV | 183.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 221 | 0.53 | 0.01 | 0 | 0.13 | 181.53 | 0.63 | 0.64 |
| Hex | 67 | DA | DD | 35 | 1 | 0 | D | B6 | 3F | 40 |
| Octal | 147 | 332 | 335 | 65 | 1 | 0 | 15 | 266 | 77 | 100 |
| Binary | 1100111 | 11011010 | 11011101 | 110101 | 1 | 0 | 1101 | 10110110 | 111111 | 1000000 |
Color Harmonies of #67DADD
Complementary color
Monochromatic Colors of #67DADD
Black with #67DADD
Text Example
Text Example
White with #67DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DADD; }
p { color: rgb(103,218,221); }
H1.HeaderClassName
{
color: #67DADD;
}
.AnyTagClassName
{
color: #67DADD;
}
</style>
background-color css
<style>
a { background-color: #67DADD; }
a { background-color: rgb(103,218,221); }
div.DivClassName
{
background-color: #67DADD;
}
.BgClassName
{
background-color: #67DADD;
}
</style>
border-color css
<style>
span { border-color: #67DADD; }
span { border-color: rgb(103,218,221); }
td.TdClassName
{
border-color: #67DADD;
}
.TagClassName
{
border-color: #67DADD;
}
</style>