Shades of Turquoise Blue #67D9DF
Tints of Turquoise Blue #67D9DF
RGB
CMYK
RGB Variations
Color information
#67D9DF (or 0x67D9DF) is known color: Turquoise Blue. HEX triplet: 67, D9 and DF. RGB value is (103,217,223). Sum of RGB (Red+Green+Blue) = 103+217+223=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #67D9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D9DF is #982620. Grayscale: #B7B7B7. Windows color (decimal): -9971233 or 14670183. OLE color: 14670183.
HSL color Cylindrical-coordinate representation of color #67D9DF: hue angle of 183º 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 #67D9DF is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 217 | 223 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.13 |
| HSL | 183º | 0.65% | 0.64% | - |
| HSV(B) | 183º | 0.54% | 0.87% | - |
| XYZ | 43.73 | 57.84 | 78.67 | - |
| YUV | 183.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 217 | 223 | 0.54 | 0.03 | 0 | 0.13 | 183 | 0.65 | 0.64 |
| Hex | 67 | D9 | DF | 36 | 3 | 0 | D | B7 | 41 | 40 |
| Octal | 147 | 331 | 337 | 66 | 3 | 0 | 15 | 267 | 101 | 100 |
| Binary | 1100111 | 11011001 | 11011111 | 110110 | 11 | 0 | 1101 | 10110111 | 1000001 | 1000000 |
Color Harmonies of #67D9DF
Complementary color
Monochromatic Colors of #67D9DF
Black with #67D9DF
Text Example
Text Example
White with #67D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D9DF; }
p { color: rgb(103,217,223); }
H1.HeaderClassName
{
color: #67D9DF;
}
.AnyTagClassName
{
color: #67D9DF;
}
</style>
background-color css
<style>
a { background-color: #67D9DF; }
a { background-color: rgb(103,217,223); }
div.DivClassName
{
background-color: #67D9DF;
}
.BgClassName
{
background-color: #67D9DF;
}
</style>
border-color css
<style>
span { border-color: #67D9DF; }
span { border-color: rgb(103,217,223); }
td.TdClassName
{
border-color: #67D9DF;
}
.TagClassName
{
border-color: #67D9DF;
}
</style>