Shades of Turquoise Blue #67DFDD
Tints of Turquoise Blue #67DFDD
RGB
CMYK
RGB Variations
Color information
#67DFDD (or 0x67DFDD) is known color: Turquoise Blue. HEX triplet: 67, DF and DD. RGB value is (103,223,221). Sum of RGB (Red+Green+Blue) = 103+223+221=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #67DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DFDD is #982022. Grayscale: #BABABA. Windows color (decimal): -9969699 or 14540647. OLE color: 14540647.
HSL color Cylindrical-coordinate representation of color #67DFDD: hue angle of 179º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DFDD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 221 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.13 |
| HSL | 179º | 0.65% | 0.64% | - |
| HSV(B) | 179º | 0.54% | 0.87% | - |
| XYZ | 45.03 | 60.88 | 77.78 | - |
| YUV | 186.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 221 | 0.54 | 0 | 0.01 | 0.13 | 179 | 0.65 | 0.64 |
| Hex | 67 | DF | DD | 36 | 0 | 1 | D | B3 | 41 | 40 |
| Octal | 147 | 337 | 335 | 66 | 0 | 1 | 15 | 263 | 101 | 100 |
| Binary | 1100111 | 11011111 | 11011101 | 110110 | 0 | 1 | 1101 | 10110011 | 1000001 | 1000000 |
Color Harmonies of #67DFDD
Complementary color
Monochromatic Colors of #67DFDD
Black with #67DFDD
Text Example
Text Example
White with #67DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DFDD; }
p { color: rgb(103,223,221); }
H1.HeaderClassName
{
color: #67DFDD;
}
.AnyTagClassName
{
color: #67DFDD;
}
</style>
background-color css
<style>
a { background-color: #67DFDD; }
a { background-color: rgb(103,223,221); }
div.DivClassName
{
background-color: #67DFDD;
}
.BgClassName
{
background-color: #67DFDD;
}
</style>
border-color css
<style>
span { border-color: #67DFDD; }
span { border-color: rgb(103,223,221); }
td.TdClassName
{
border-color: #67DFDD;
}
.TagClassName
{
border-color: #67DFDD;
}
</style>