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