Shades of Turquoise Blue #67DBDD
Tints of Turquoise Blue #67DBDD
RGB
CMYK
RGB Variations
Color information
#67DBDD (or 0x67DBDD) is known color: Turquoise Blue. HEX triplet: 67, DB and DD. RGB value is (103,219,221). Sum of RGB (Red+Green+Blue) = 103+219+221=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #67DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBDD is #982422. Grayscale: #B8B8B8. Windows color (decimal): -9970723 or 14539623. OLE color: 14539623.
HSL color Cylindrical-coordinate representation of color #67DBDD: hue angle of 181.02º 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 #67DBDD is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 219 | 221 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.13 |
| HSL | 181.02º | 0.63% | 0.64% | - |
| HSV(B) | 181.02º | 0.53% | 0.87% | - |
| XYZ | 43.98 | 58.77 | 77.43 | - |
| YUV | 184.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 219 | 221 | 0.53 | 0.01 | 0 | 0.13 | 181.02 | 0.63 | 0.64 |
| Hex | 67 | DB | DD | 35 | 1 | 0 | D | B5 | 3F | 40 |
| Octal | 147 | 333 | 335 | 65 | 1 | 0 | 15 | 265 | 77 | 100 |
| Binary | 1100111 | 11011011 | 11011101 | 110101 | 1 | 0 | 1101 | 10110101 | 111111 | 1000000 |
Color Harmonies of #67DBDD
Complementary color
Monochromatic Colors of #67DBDD
Black with #67DBDD
Text Example
Text Example
White with #67DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DBDD; }
p { color: rgb(103,219,221); }
H1.HeaderClassName
{
color: #67DBDD;
}
.AnyTagClassName
{
color: #67DBDD;
}
</style>
background-color css
<style>
a { background-color: #67DBDD; }
a { background-color: rgb(103,219,221); }
div.DivClassName
{
background-color: #67DBDD;
}
.BgClassName
{
background-color: #67DBDD;
}
</style>
border-color css
<style>
span { border-color: #67DBDD; }
span { border-color: rgb(103,219,221); }
td.TdClassName
{
border-color: #67DBDD;
}
.TagClassName
{
border-color: #67DBDD;
}
</style>