Shades of Turquoise Blue #67CDDD
Tints of Turquoise Blue #67CDDD
RGB
CMYK
RGB Variations
Color information
#67CDDD (or 0x67CDDD) is known color: Turquoise Blue. HEX triplet: 67, CD and DD. RGB value is (103,205,221). Sum of RGB (Red+Green+Blue) = 103+205+221=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #67CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CDDD is #983222. Grayscale: #B0B0B0. Windows color (decimal): -9974307 or 14536039. OLE color: 14536039.
HSL color Cylindrical-coordinate representation of color #67CDDD: hue angle of 188.14º 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 #67CDDD is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 205 | 221 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.13 |
| HSL | 188.14º | 0.63% | 0.64% | - |
| HSV(B) | 188.14º | 0.53% | 0.87% | - |
| XYZ | 40.48 | 51.77 | 76.27 | - |
| YUV | 176.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 221 | 0.53 | 0.07 | 0 | 0.13 | 188.14 | 0.63 | 0.64 |
| Hex | 67 | CD | DD | 35 | 7 | 0 | D | BC | 3F | 40 |
| Octal | 147 | 315 | 335 | 65 | 7 | 0 | 15 | 274 | 77 | 100 |
| Binary | 1100111 | 11001101 | 11011101 | 110101 | 111 | 0 | 1101 | 10111100 | 111111 | 1000000 |
Color Harmonies of #67CDDD
Complementary color
Monochromatic Colors of #67CDDD
Black with #67CDDD
Text Example
Text Example
White with #67CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDDD; }
p { color: rgb(103,205,221); }
H1.HeaderClassName
{
color: #67CDDD;
}
.AnyTagClassName
{
color: #67CDDD;
}
</style>
background-color css
<style>
a { background-color: #67CDDD; }
a { background-color: rgb(103,205,221); }
div.DivClassName
{
background-color: #67CDDD;
}
.BgClassName
{
background-color: #67CDDD;
}
</style>
border-color css
<style>
span { border-color: #67CDDD; }
span { border-color: rgb(103,205,221); }
td.TdClassName
{
border-color: #67CDDD;
}
.TagClassName
{
border-color: #67CDDD;
}
</style>